Skip to content

Commit

Permalink
Fixing Podspec (Thanks, Eloy Durán)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 11, 2011
1 parent 504146d commit 3bc5351
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
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/AFNetworking/AFNetworking'
s.authors {'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]'}
s.source :git => 'https://github.com/AFNetworking/AFNetworking.git',
:tag => '0.8.0'
s.name = 'AFNetworking'
s.version = '0.8.0'
s.summary = 'A delightful iOS and OS X networking framework'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.authors = {'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]'}
s.source = :git => 'https://github.com/AFNetworking/AFNetworking.git',
:tag => '0.8.0'

s.platforms 'iOS', 'OSX'
s.sdk '>= 4.0'

s.source_files 'AFNetworking'
end
s.source_files = 'AFNetworking'
end

0 comments on commit 3bc5351

Please sign in to comment.