Skip to content

Commit c7af08d

Browse files
committed
Bump pod version
1 parent 78ec02f commit c7af08d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TLIndexPathTools.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "TLIndexPathTools"
3-
s.version = "0.4.5"
3+
s.version = "0.4.6"
44
s.summary = "TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views."
55
s.description = <<-DESC
66
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:
77
DESC
88
s.homepage = "http://tlindexpathtools.com"
99
s.license = { :type => "MIT" }
1010
s.author = { "wtmoose" => "wtm@tractablelabs.com" }
11-
s.source = { :git => "https://github.com/wtmoose/TLIndexPathTools.git", :tag => '0.4.5' }
11+
s.source = { :git => "https://github.com/wtmoose/TLIndexPathTools.git", :tag => '0.4.6' }
1212
s.platform = :ios, '8.0'
1313
s.ios.deployment_target = '8.0'
1414
s.source_files = 'TLIndexPathTools/**/*.{h,m}'

0 commit comments

Comments
 (0)