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
name 'AFNetworking'
version '0.7.0'
summary 'A delightful iOS and OS X networking framework'
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',
:tag => '0.7.0'
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'
platforms 'iOS', 'OSX'
sdk '>= 4.0'
s.platforms 'iOS', 'OSX'
s.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'
s.source_files 'AFNetworking'
end