blob: 266394fb7499d0fb7f9e890d348c5108aa67da56 [file] [log] [blame]
{
"name": "AFNetworking+RetryPolicy",
"version": "1.0.0",
"summary": "Nice category that adds the ability to set the retry interval, retry count and progressive.",
"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.",
"homepage": "https://github.com/kubatru/AFNetworking-RetryPolicy",
"screenshots": "https://raw.githubusercontent.com/kubatru/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"
},
"source": {
"git": "https://github.com/kubatru/AFNetworking-RetryPolicy.git",
"tag": "1.0.0"
},
"source_files": "AFNetworking+RetryPolicy/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"ObjcAssociatedObjectHelpers": [
"2.0.1"
]
}
}