[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / 0 / EasyMoya / 1.0 / EasyMoya.podspec.json
blobc5ed9699d9b64922b9e31e52d3869f4a68b6a2bf
2   "name": "EasyMoya",
3   "version": "1.0",
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.0"
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       },
31       "frameworks": "Foundation"
32     }
33   ]