There was an error while loading. Please reload this page.
1 parent ac19057 commit f0e6b53Copy full SHA for f0e6b53
1 file changed
AFNetworking.podspec
@@ -4,10 +4,10 @@ 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' => 'm@mattt.me', 'Scott Raymond' => 'sco@scottraymond.net'}
+ s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
8
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC3' }
9
s.source_files = 'AFNetworking'
10
- s.framework = 'SystemConfiguration'
11
- s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
12
s.requires_arc = true
+
+ s.framework = 'SystemConfiguration'
13
end
0 commit comments