[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / 6 / a / CandyMoya / 3.2.0 / CandyMoya.podspec.json
blobef4a326e4a5c490e625e2ede76e1e8cab15f2ac3
2   "name": "CandyMoya",
3   "version": "3.2.0",
4   "summary": "封装网络请求",
5   "homepage": "https://github.com/J-yezi/CandyMoya",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "J-yezi": "yehao1020@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/J-yezi/CandyMoya.git",
15     "tag": "3.2.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/CandyMoya/*.swift",
26       "frameworks": "Foundation",
27       "dependencies": {
28         "Moya": [
29           "8.0.5"
30         ]
31       }
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "Sources/RxCandyMoya/*.swift",
36       "dependencies": {
37         "CandyMoya/Core": [
39         ],
40         "Moya/RxSwift": [
41           "8.0.5"
42         ],
43         "ObjectMapper": [
44           "3.0.0"
45         ],
46         "SwiftyJSON": [
47           "3.1.4"
48         ]
49       }
50     }
51   ]