We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6136d59 commit 4d7e33aCopy full SHA for 4d7e33a
AFNetworking.podspec
@@ -4,8 +4,8 @@ Pod::Spec.new do |s|
4
s.license = 'MIT'
5
s.summary = 'A delightful iOS and OS X networking framework.'
6
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' }
+ s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
+ s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0' }
9
s.source_files = 'AFNetworking'
10
s.requires_arc = true
11
0 commit comments