Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Sep 29, 2016
1 parent 8241af4 commit b32a119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AFNetworking+RetryPolicy.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'AFNetworking+RetryPolicy'
spec.version = '1.0.0'
spec.summary = 'Nice category that adds the ability to set the retry interval, retry count and progressive.'
spec.description = 'If the request timed out, you usually have to call the request again by yourself. AFNetworking+RetryPolicy handles that for you. Adds the ability to set the retry interval, retry count and progressive.'
spec.version = '1.0.1'
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'
spec.screenshots = 'https://raw.githubusercontent.com/kubatruhlar/AFNetworking-RetryPolicy/master/Images/logo.png'
spec.license = {:type => 'MIT', :file => 'LICENSE.md'}
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.0'}
spec.source = {:git => 'https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git', :tag => '1.0.1'}
spec.source_files = 'AFNetworking+RetryPolicy/*.{h,m}'
spec.framework = 'Foundation'
spec.requires_arc = true
Expand Down

0 comments on commit b32a119

Please sign in to comment.