Skip to content

Commit

Permalink
Updating PodSpec to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Oct 12, 2011
1 parent 5d2a0b1 commit a5387b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do
name 'AFNetworking'
version '0.6.1'
summary 'A delightful iOS networking library with NSOperations and block-based callbacks'
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.6.1'
:tag => '0.7.0'

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

source_files 'AFNetworking'
Expand Down

0 comments on commit a5387b8

Please sign in to comment.