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

Skip to content

Commit 3b529ec

Browse files
committed
Pod spec update. BlocksKit 1.5.1.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent e677e87 commit 3b529ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BlocksKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'BlocksKit'
3-
s.version = '1.5.0'
3+
s.version = '1.5.1'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
66
s.homepage = 'https://github.com/zwaldowski/BlocksKit'
77
s.author = { 'Zachary Waldowski' => '[email protected]',
88
'Alexsander Akers' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.5.0' }
9+
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.5.1' }
1010
s.dependency 'A2DynamicDelegate', '>= 2.0.1'
1111
s.osx.source_files = 'BlocksKit/*.{h,m}'
1212
s.ios.frameworks = 'MessageUI'

0 commit comments

Comments
 (0)