AFNetworking/AFNetworking.podspec

22 lines
726 B
Text
Raw Normal View History

2011-09-22 13:36:37 -05:00
Pod::Spec.new do
name 'AFNetworking'
2011-10-12 11:39:57 -05:00
version '0.7.0'
summary 'A delightful iOS and OS X networking framework'
2011-09-22 13:36:37 -05:00
homepage 'https://github.com/gowalla/AFNetworking'
authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'
source :git => 'https://github.com/gowalla/AFNetworking.git',
2011-10-12 11:39:57 -05:00
:tag => '0.7.0'
2011-09-22 13:36:37 -05:00
2011-10-12 11:39:57 -05:00
platforms 'iOS', 'OSX'
2011-09-22 13:36:37 -05:00
sdk '>= 4.0'
source_files 'AFNetworking'
xcconfig 'OTHER_LDFLAGS' => '-ObjC ' \
'-all_load ' \
'-l z'
dependency 'JSONKit'
doc_bin 'appledoc'
doc_options '--project-name' => 'AFNetworking', '--project-company' => 'Gowalla', '--company-id' => 'com.gowalla'
end