diff --git a/AFNetworking+RetryPolicy.podspec b/AFNetworking+RetryPolicy.podspec index d5f6c6e..55027d2 100644 --- a/AFNetworking+RetryPolicy.podspec +++ b/AFNetworking+RetryPolicy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'AFNetworking+RetryPolicy' - spec.version = '1.0.1' + spec.version = '1.0.2' spec.summary = 'AFNetworking+RetryPolicy is an objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.' spec.description = 'If a request timed out, you usually have to call that request again by yourself. AFNetworking+RetryPolicy is an objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.' spec.homepage = 'https://github.com/kubatruhlar/AFNetworking-RetryPolicy' @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.author = 'Jakub Truhlar' spec.social_media_url = 'http://kubatruhlar.cz' spec.platform = :ios, '7.0' - spec.source = {:git => 'https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git', :tag => '1.0.1'} + spec.source = {:git => 'https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git', :tag => '1.0.2'} spec.source_files = 'AFNetworking+RetryPolicy/*.{h,m}' spec.framework = 'Foundation' spec.requires_arc = true