[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 9 / e / d / RetriableAFNetworking / 1.0.4 / RetriableAFNetworking.podspec.json
blobca3051089096e8f2e48accd6bf9c3cd0b59d4b7d
2   "name": "RetriableAFNetworking",
3   "version": "1.0.4",
4   "license": "MIT",
5   "summary": "Retriable AFNetworking",
6   "homepage": "https://github.com/retriable/RetriableAFNetworking",
7   "authors": {
8     "retriable": "retriable@retriable.com"
9   },
10   "source": {
11     "git": "https://github.com/retriable/RetriableAFNetworking.git",
12     "tag": "1.0.4"
13   },
14   "description": "Retriable AFNetworking.",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "source_files": "RetriableAFNetworking/*.{h,m}",
23   "dependencies": {
24     "Retriable": [
26     ],
27     "AFNetworking": [
29     ],
30     "JRSwizzle": [
32     ]
33   }