From 771046eda771331e769933bd24db0782b0051f2e Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 11 Nov 2011 11:32:21 -0600 Subject: [PATCH] Updating Podspec to 0.8.0 tag --- AFNetworking.podspec | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index e30e75b..a7bc6d4 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -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 \ No newline at end of file