Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a9f12

Browse files
committed
Use the recommended CocoaPods practice of automatically specifying the tag.
1 parent 6a481cb commit 85a9f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/pandamonia/BlocksKit'
77
s.author = { 'Zachary Waldowski' => '[email protected]',
88
'Alexsander Akers' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next' }
9+
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => "v#{s.version}" }
1010
s.requires_arc = true
1111
s.osx.source_files = 'BlocksKit/*.{h,m}'
1212
s.osx.library = 'ffi'

0 commit comments

Comments
 (0)