[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 4 / AFNetworking-RACRetryExtensions / 0.1.2 / AFNetworking-RACRetryExtensions.podspec.json
blob359f3220c7f97bbd381824467f02a822d0912e54
2   "name": "AFNetworking-RACRetryExtensions",
3   "version": "0.1.2",
4   "summary": "AFNetworking-RACRetryExtensions is an extension to the AFNetworking classes for iOS and Mac OS X that adds the auto-retry ability.",
5   "homepage": "https://github.com/legoless/AFNetworking-RACRetryExtensions",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dal Rupnik": "legoless@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/legoless/AFNetworking-RACRetryExtensions.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "source_files": "RACRetryExtensions/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ],
27     "ReactiveCocoa": [
28       "~> 2.0"
29     ]
30   }