Skip to content

Commit

Permalink
Add AFNetworking 0.7.0 podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kommen committed Oct 30, 2011
1 parent a659d34 commit 0c74d9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AFNetworking/0.7.0/AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '0.7.0'
s.summary = 'A delightful iOS networking library with NSOperations and block-based callbacks'
s.homepage = 'https://github.com/gowalla/AFNetworking'
s.author = { 'Gowalla' => 'live@gowalla.com' }
s.source = { :git => 'https://github.com/gowalla/AFNetworking.git', :tag => '0.7.0' }

s.source_files = 'AFNetworking'

s.library = 'z'
s.dependency 'JSONKit'
end

0 comments on commit 0c74d9e

Please sign in to comment.