Skip to content

Commit

Permalink
Bump pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtmoose committed Feb 21, 2023
1 parent 78ec02f commit c7af08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TLIndexPathTools.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "TLIndexPathTools"
s.version = "0.4.5"
s.version = "0.4.6"
s.summary = "TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views."
s.description = <<-DESC
TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views. Here are some of the awesome things TLIndexPathTools does:
DESC
s.homepage = "http://tlindexpathtools.com"
s.license = { :type => "MIT" }
s.author = { "wtmoose" => "[email protected]" }
s.source = { :git => "https://github.com/wtmoose/TLIndexPathTools.git", :tag => '0.4.5' }
s.source = { :git => "https://github.com/wtmoose/TLIndexPathTools.git", :tag => '0.4.6' }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.source_files = 'TLIndexPathTools/**/*.{h,m}'
Expand Down

0 comments on commit c7af08d

Please sign in to comment.