blob: 8050ab3454198c67ad4738b39c5bdc6d735d6be6 [file] [log] [blame]
{
"name": "AFNetworking+RetryPolicy",
"version": "2.0.0",
"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": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/kubatruhlar/AFNetworking-RetryPolicy.git",
"tag": "2.0.0"
},
"source_files": "AFNetworking+RetryPolicy/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"ObjcAssociatedObjectHelpers": [
"2.0.1"
]
}
}