[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 0 / c / e / NSURLConnection+Retry / 0.2.0 / NSURLConnection+Retry.podspec.json
blob2fd7608b6b015b012e506ec9785fe012681a60fa
2   "name": "NSURLConnection+Retry",
3   "version": "0.2.0",
4   "summary": "NSURLConnection category that adds retries and timeouts to sendAsynchronousRequest",
5   "homepage": "https://github.com/martinrybak/NSURLConnection-Retry",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Martin Rybak": "martin.rybak@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/martinrybak/NSURLConnection-Retry.git",
14     "tag": "0.2.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "BlocksKit": [
23       "~> 2.2"
24     ]
25   }