We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67cfa1 commit 3f24132Copy full SHA for 3f24132
1 file changed
AFNetworking.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'AFNetworking'
3
- s.version = '2.0.1'
+ s.version = '2.0.2'
4
s.license = 'MIT'
5
s.summary = 'A delightful iOS and OS X networking framework.'
6
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
7
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
8
- s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.0.1", :submodules => true }
+ s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.0.2", :submodules => true }
9
s.requires_arc = true
10
11
s.ios.deployment_target = '6.0'
0 commit comments