| { |
| "name": "AFNetworking+RetryPolicy", |
| "version": "1.0.4", |
| "summary": "AFNetworking+RetryPolicy is an objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.", |
| "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.", |
| "homepage": "https://github.com/kubatruhlar/AFNetworking-RetryPolicy", |
| "screenshots": "https://raw.githubusercontent.com/kubatruhlar/AFNetworking-RetryPolicy/master/Images/logo.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": "Jakub Truhlar", |
| "social_media_url": "http://kubatruhlar.cz", |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": "AFNetworking+RetryPolicy/*.{h,m}", |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ], |
| "ObjcAssociatedObjectHelpers": [ |
| "2.0.1" |
| ] |
| } |
| } |