[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / a / GePlist / 0.0.6 / GePlist.podspec.json
blob60184c20209bbe621c02ae6bd776758fdef9d0b3
2   "name": "GePlist",
3   "version": "0.0.6",
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.6"
16   },
17   "swift_versions": "5",
18   "default_subspecs": "Plist",
19   "subspecs": [
20     {
21       "name": "DataWriter",
22       "source_files": "DataWriter/*.swift",
23       "dependencies": {
24         "GeFilePath": [
26         ]
27       }
28     },
29     {
30       "name": "Plist",
31       "source_files": "Plist/*.swift",
32       "dependencies": {
33         "GeFilePath": [
35         ],
36         "GePlist/DataWriter": [
38         ]
39       }
40     },
41     {
42       "name": "HandyJSON",
43       "source_files": "PlistHandyJSONSupport/*.swift",
44       "dependencies": {
45         "GePlist/Plist": [
47         ],
48         "HandyJSON": [
49           "5.0.2"
50         ]
51       }
52     }
53   ],
54   "swift_version": "5"