[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / a / GePlist / 0.0.5 / GePlist.podspec.json
blobbaee2b72d1f69155d505c920677913b8647db810
2   "name": "GePlist",
3   "version": "0.0.5",
4   "summary": "provide tool to read or write property list file and json file",
5   "homepage": "https://github.com/my1325/GeSwift.git",
6   "license": "MIT",
7   "platforms": {
8     "ios": "11.0"
9   },
10   "authors": {
11     "mayong": "1173962595@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/my1325/Plist.git",
15     "tag": "0.0.5"
16   },
17   "swift_versions": "5",
18   "default_subspecs": "Plist",
19   "subspecs": [
20     {
21       "name": "FilePath",
22       "source_files": "FilePath/*.swift"
23     },
24     {
25       "name": "DataWriter",
26       "source_files": "DataWriter/*.swift",
27       "dependencies": {
28         "GePlist/FilePath": [
30         ]
31       }
32     },
33     {
34       "name": "Plist",
35       "source_files": "Plist/*.swift",
36       "dependencies": {
37         "GePlist/FilePath": [
39         ],
40         "GePlist/DataWriter": [
42         ]
43       }
44     },
45     {
46       "name": "HandyJSON",
47       "source_files": "PlistHandyJSONSupport/*.swift",
48       "dependencies": {
49         "GePlist/Plist": [
51         ],
52         "HandyJSON": [
53           "5.0.2"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5"