blob: 466c0ea7fefdd40540e8366e132ee24bfa2edeee [file] [log] [blame]
{
"name": "AFNetworking-RACRetryExtensions",
"version": "0.2.0",
"summary": "AFNetworking-RACRetryExtensions is an extension to the AFNetworking classes for iOS and Mac OS X that adds the auto-retry ability.",
"homepage": "https://github.com/legoless/AFNetworking-RACRetryExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"source": {
"git": "https://github.com/legoless/AFNetworking-RACRetryExtensions.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "RACRetryExtensions/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.x"
],
"ReactiveCocoa": [
"~> 2.x"
]
}
}