2011-11-11 11:32:21 -06:00
|
|
|
Pod::Spec.new do |s|
|
2011-11-11 13:09:38 -06:00
|
|
|
s.name = 'AFNetworking'
|
2012-09-14 10:17:53 -07:00
|
|
|
s.version = '0.10.1'
|
2012-01-23 09:10:59 -08:00
|
|
|
s.license = 'MIT'
|
2012-08-29 10:04:16 -07:00
|
|
|
s.summary = 'A delightful iOS and OS X networking framework.'
|
2011-11-11 13:09:38 -06:00
|
|
|
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
|
2012-08-29 10:04:16 -07:00
|
|
|
s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@scottraymond.net'}
|
2012-09-14 10:17:53 -07:00
|
|
|
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '0.10.1' }
|
2011-11-11 13:09:38 -06:00
|
|
|
s.source_files = 'AFNetworking'
|
2012-01-23 09:10:59 -08:00
|
|
|
s.framework = 'SystemConfiguration'
|
2012-08-29 10:04:16 -07:00
|
|
|
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
|
2011-11-11 13:09:38 -06:00
|
|
|
end
|