Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Oct 9, 2016
1 parent c5de659 commit 5d2a6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFNetworking+RetryPolicy.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 5d2a6f4

Please sign in to comment.