Bumping version to 0.6.1
This commit is contained in:
parent
6eb326fd5a
commit
b53b73f493
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
Pod::Spec.new do
|
||||
name 'AFNetworking'
|
||||
version '0.6.0'
|
||||
version '0.6.1'
|
||||
summary 'A delightful iOS networking library with NSOperations and block-based callbacks'
|
||||
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.0'
|
||||
:tag => '0.6.1'
|
||||
|
||||
platforms 'iOS'
|
||||
sdk '>= 4.0'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue