| { |
| "name": "NSURLConnection+Retry", |
| "version": "0.0.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.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "BlocksKit": [ |
| "~> 2.2" |
| ] |
| } |
| } |