Updating Podspec to 0.8.0 tag

This commit is contained in:
Mattt Thompson 2011-11-11 11:32:21 -06:00
parent 58693e8d8c
commit 771046eda7

View file

@ -1,22 +1,14 @@
Pod::Spec.new do Pod::Spec.new do |s|
name 'AFNetworking' s.name 'AFNetworking'
version '0.7.0' s.version '0.8.0'
summary 'A delightful iOS and OS X networking framework' s.summary 'A delightful iOS and OS X networking framework'
homepage 'https://github.com/gowalla/AFNetworking' s.homepage 'https://github.com/gowalla/AFNetworking'
authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com' s.authors {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
source :git => 'https://github.com/gowalla/AFNetworking.git', s.source :git => 'https://github.com/gowalla/AFNetworking.git',
:tag => '0.7.0' :tag => '0.8.0'
platforms 'iOS', 'OSX' s.platforms 'iOS', 'OSX'
sdk '>= 4.0' s.sdk '>= 4.0'
source_files 'AFNetworking' s.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 end