[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 7 / f / Moya-SwiftyJSON / 0.1.0 / Moya-SwiftyJSON.podspec.json
blob05be4d0344dfd392171e561bad3fc9011adb15cb
2   "name": "Moya-SwiftyJSON",
3   "version": "0.1.0",
4   "summary": "Moya SwiftyJSON 对象映射",
5   "description": "Moya-SwiftyJSON 更方便的对象映射",
6   "homepage": "https://github.com/imzyf/Moya-SwiftyJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yifans_Z": "168@yifans.com"
13   },
14   "source": {
15     "git": "https://github.com/imzyf/Moya-SwiftyJSON.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/zhaoyifans",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "swift_version": "4.2",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Moya-SwiftyJSON/Classes/Core/*",
28       "dependencies": {
29         "Moya": [
30           ">= 12.0.0"
31         ],
32         "SwiftyJSON": [
34         ]
35       }
36     }
37   ]