[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 5 / 4 / 0 / EasyMoya / 1.1 / EasyMoya.podspec.json
blob5a0eede3322e7670236b6762b5c53f2ce6623f75
2   "name": "EasyMoya",
3   "version": "1.1",
4   "summary": "A syntax sugar to use Moya.",
5   "homepage": "https://github.com/ghmake1y/EasyMoya",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ghmake1y": "gh1123.fish@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ghmake1y/EasyMoya.git",
18     "tag": "1.1"
19   },
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "EasyMoya/",
26       "dependencies": {
27         "Moya": [
28           "~> 8.0.0"
29         ],
30         "SwiftyJSON": [
32         ]
33       },
34       "frameworks": "Foundation"
35     }
36   ]