diff --git a/AFNetworking.podspec b/AFNetworking.podspec index 8da4be13cd..2d44a2557b 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'AFNetworking' - s.version = '2.4.0' + s.version = '2.4.1' s.license = 'MIT' s.summary = 'A delightful iOS and OS X networking framework.' s.homepage = 'https://github.com/AFNetworking/AFNetworking' s.social_media_url = 'https://twitter.com/AFNetworking' s.authors = { 'Mattt Thompson' => 'm@mattt.me' } - s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.0", :submodules => true } + s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.1", :submodules => true } s.requires_arc = true s.ios.deployment_target = '6.0'