blob: c9036349bd9560eef984f830867eeca45277d60e [file] [log] [blame]
{
"name": "NSURLConnection+Retry",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"BlocksKit": [
"~> 2.2"
]
}
}