Files
JBChartView/AFNetworking/1.0RC2/AFNetworking.podspec
T
Mattt Thompson b3b443ade8 Update AFNetworking/1.0RC2/AFNetworking.podspec
Add `s.requires_arc = true`
2012-09-14 13:30:01 -07:00

14 lines
508 B
Ruby

Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '1.0RC2'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC2' }
s.source_files = 'AFNetworking'
s.requires_arc = true
s.framework = 'SystemConfiguration'
end