[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 8 / MoyaPromise / 1.0.0 / MoyaPromise.podspec.json
blobf2e434b495bc9efb2de1bf8bfa78e25b45d341c1
2   "name": "MoyaPromise",
3   "version": "1.0.0",
4   "summary": "PromiseKit-oriented 'DataService' layer on top of Moya",
5   "description": "A 'DataService' layer implemented with PromiseKit on the top of Moya with extra functionalities using the power of PromiseKit, especially for JSON-oriented RestAPI calls. Includes several serialization, conditional re-try mechanism.",
6   "homepage": "https://github.com/Can-Sahin/MoyaPromise",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Can-Sahin": "cann2005@gmail.com"
13   },
14   "swift_version": "4.0",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Can-Sahin/MoyaPromise.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "src/MoyaPromise/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7.0"
26     ],
27     "PromiseKit/Alamofire": [
28       "~> 6.0"
29     ],
30     "PromiseKit": [
31       "~> 6.2.1"
32     ],
33     "Moya": [
34       "~> 11.0.1"
35     ]
36   }