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

Skip to content

Commit af2425e

Browse files
committed
Podspec update
1 parent f83af08 commit af2425e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

BlocksKit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Pod::Spec.new do |s|
33
s.version = '2.2.0'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
6-
s.homepage = 'https://github.com/pandamonia/BlocksKit'
7-
s.author = { 'Zachary Waldowski' => '[email protected]',
8-
'Alexsander Akers' => 'a2@pandamonia.us' }
9-
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => "v#{s.version}" }
6+
s.homepage = 'https://zwaldowski.github.io/BlocksKit'
7+
s.author = { 'Zachary Waldowski' => '[email protected]',
8+
'Alexsander Akers' => 'a2@pnd.mn' }
9+
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => "v#{s.version}" }
1010
s.requires_arc = true
1111
s.osx.deployment_target = '10.8'
1212
s.ios.deployment_target = '6.0'

0 commit comments

Comments
 (0)