[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / a / CandyMoya / 0.0.4 / CandyMoya.podspec.json
blobd142aa0f7b9e7418e6dd3fec81d3be750a268ec3
2   "name": "CandyMoya",
3   "version": "0.0.4",
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": "0.0.4"
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       }
44     }
45   ]