Skip to content

Commit 58ca2e9

Browse files
committed
Bumping version to 2.4.1
1 parent 5b31153 commit 58ca2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AFNetworking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '2.4.0'
3+
s.version = '2.4.1'
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.social_media_url = 'https://twitter.com/AFNetworking'
88
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
9-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.0", :submodules => true }
9+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.1", :submodules => true }
1010
s.requires_arc = true
1111

1212
s.ios.deployment_target = '6.0'

0 commit comments

Comments
 (0)