[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / 0 / MoyaSugar / 0.1.0 / MoyaSugar.podspec.json
blobc4abde37ab989d55a1ec5be535cffaa0420e722d
2   "name": "MoyaSugar",
3   "version": "0.1.0",
4   "summary": "🍯 Syntactic sugar for Moya",
5   "homepage": "https://github.com/devxoul/MoyaSugar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/MoyaSugar.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0\n",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/*.swift",
32       "frameworks": "Foundation",
33       "dependencies": {
34         "Moya": [
35           ">= 8.0.0-beta.3"
36         ]
37       }
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Sources/RxSwift/*.swift",
42       "dependencies": {
43         "MoyaSugar/Core": [
45         ],
46         "Moya/RxSwift": [
47           ">= 8.0.0-beta.3"
48         ],
49         "RxSwift": [
50           ">= 3.0.0-rc.1"
51         ]
52       }
53     }
54   ]