Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit a5387b8

Browse files
committed
Updating PodSpec to 0.7
1 parent 5d2a0b1 commit a5387b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AFNetworking.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do
22
name 'AFNetworking'
3-
version '0.6.1'
4-
summary 'A delightful iOS networking library with NSOperations and block-based callbacks'
3+
version '0.7.0'
4+
summary 'A delightful iOS and OS X networking framework'
55
homepage 'https://github.com/gowalla/AFNetworking'
66
authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'
77
source :git => 'https://github.com/gowalla/AFNetworking.git',
8-
:tag => '0.6.1'
8+
:tag => '0.7.0'
99

10-
platforms 'iOS'
10+
platforms 'iOS', 'OSX'
1111
sdk '>= 4.0'
1212

1313
source_files 'AFNetworking'

0 commit comments

Comments
 (0)