Files
JBChartView/AFNetworking/0.5.1/AFNetworking.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

15 lines
496 B
Ruby

Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '0.5.1'
s.summary = 'A delightful iOS networking library with NSOperations and block-based callbacks'
s.homepage = 'https://github.com/gowalla/AFNetworking'
s.author = { 'Gowalla' => 'live@gowalla.com' }
s.source = { :git => 'https://github.com/gowalla/AFNetworking.git', :tag => '0.5.1' }
s.source_files = 'AFNetworking'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load -l z' }
s.dependency 'JSONKit'
end