blob: 6c2032e8574ffec043b89e79416b758352191459 [file] [log] [blame]
{
"name": "NSURLConnection+Retry",
"version": "0.1.0",
"summary": "NSURLConnection category that adds retries and timeouts to sendAsynchronousRequest",
"homepage": "https://github.com/martinrybak/NSURLConnection-Retry",
"license": {
"type": "MIT"
},
"authors": {
"Martin Rybak": "martin.rybak@gmail.com"
},
"source": {
"git": "https://github.com/martinrybak/NSURLConnection-Retry.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"BlocksKit": [
"~> 2.2"
]
}
}