Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit f0e6b53

Browse files
committed
Synchronoizing podspec with CocoaPods version
1 parent ac19057 commit f0e6b53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AFNetworking.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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' => 'm@mattt.me', 'Scott Raymond' => 'sco@scottraymond.net'}
7+
s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
88
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC3' }
99
s.source_files = 'AFNetworking'
10-
s.framework = 'SystemConfiguration'
11-
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
1210
s.requires_arc = true
11+
12+
s.framework = 'SystemConfiguration'
1313
end

0 commit comments

Comments
 (0)