Skip to content

Commit

Permalink
Adding AFNetworking 1.0 podspec (RC3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 17, 2012
1 parent 0ab9319 commit 3ea4abb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AFNetworking/1.0/AFNetworking.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'}
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC3' }
s.source_files = 'AFNetworking'
s.requires_arc = true

s.framework = 'SystemConfiguration'
end

0 comments on commit 3ea4abb

Please sign in to comment.