Skip to content

Commit

Permalink
Adding PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 22, 2011
1 parent d407561 commit 77676d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AFNetworking.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do
name 'AFNetworking'
version '0.6.0'
summary 'A delightful iOS networking library with NSOperations and block-based callbacks'
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.6.0'

platforms 'iOS'
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'
end

0 comments on commit 77676d4

Please sign in to comment.