Skip to content

Commit 3f24132

Browse files
committed
Bumping version to 2.0.2
1 parent b67cfa1 commit 3f24132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AFNetworking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '2.0.1'
3+
s.version = '2.0.2'
44
s.license = 'MIT'
55
s.summary = 'A delightful iOS and OS X networking framework.'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
77
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.0.1", :submodules => true }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.0.2", :submodules => true }
99
s.requires_arc = true
1010

1111
s.ios.deployment_target = '6.0'

0 commit comments

Comments
 (0)