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

Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit f92acae

Browse files
committed
Tag 1.0.2.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent 74abbc1 commit f92acae

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.0.1'
3+
s.version = '1.0.2'
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.0.1' }
9+
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.2' }
1010
s.source_files = 'BlocksKit'
1111
s.dependency 'A2DynamicDelegate'
1212
s.clean_paths = 'GHUnitIOS.framework/', 'Tests/', 'BlocksKit.xcodeproj/', '.gitignore'

0 commit comments

Comments
 (0)