AFNetworking/AFNetworking.podspec

14 lines
455 B
Text
Raw Normal View History

2011-11-11 11:32:21 -06:00
Pod::Spec.new do |s|
s.name 'AFNetworking'
s.version '0.8.0'
s.summary 'A delightful iOS and OS X networking framework'
s.homepage 'https://github.com/gowalla/AFNetworking'
s.authors {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
s.source :git => 'https://github.com/gowalla/AFNetworking.git',
:tag => '0.8.0'
2011-09-22 13:36:37 -05:00
2011-11-11 11:32:21 -06:00
s.platforms 'iOS', 'OSX'
s.sdk '>= 4.0'
2011-09-22 13:36:37 -05:00
2011-11-11 11:32:21 -06:00
s.source_files 'AFNetworking'
2011-09-22 13:36:37 -05:00
end