Updating PodSpec to 0.7
This commit is contained in:
parent
5d2a0b1c91
commit
a5387b8963
1 changed files with 4 additions and 4 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
Pod::Spec.new do
|
Pod::Spec.new do
|
||||||
name 'AFNetworking'
|
name 'AFNetworking'
|
||||||
version '0.6.1'
|
version '0.7.0'
|
||||||
summary 'A delightful iOS networking library with NSOperations and block-based callbacks'
|
summary 'A delightful iOS and OS X networking framework'
|
||||||
homepage 'https://github.com/gowalla/AFNetworking'
|
homepage 'https://github.com/gowalla/AFNetworking'
|
||||||
authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'
|
authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'
|
||||||
source :git => 'https://github.com/gowalla/AFNetworking.git',
|
source :git => 'https://github.com/gowalla/AFNetworking.git',
|
||||||
:tag => '0.6.1'
|
:tag => '0.7.0'
|
||||||
|
|
||||||
platforms 'iOS'
|
platforms 'iOS', 'OSX'
|
||||||
sdk '>= 4.0'
|
sdk '>= 4.0'
|
||||||
|
|
||||||
source_files 'AFNetworking'
|
source_files 'AFNetworking'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue