Skip to content

Commit 4d7e33a

Browse files
committed
Updating podspec to 1.0
1 parent 6136d59 commit 4d7e33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AFNetworking.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Pod::Spec.new do |s|
44
s.license = 'MIT'
55
s.summary = 'A delightful iOS and OS X networking framework.'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
7-
s.authors = {'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]'}
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC4' }
7+
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0' }
99
s.source_files = 'AFNetworking'
1010
s.requires_arc = true
1111

0 commit comments

Comments
 (0)