[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / a / GePlist / 1.0.0 / GePlist.podspec.json
blob4652a9aade5112c2780a35517a25f85ab66f57f5
2   "name": "GePlist",
3   "version": "1.0.0",
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": "13.0"
9   },
10   "authors": {
11     "mayong": "1173962595@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/my1325/Plist.git",
15     "tag": "1.0.0"
16   },
17   "swift_versions": "5",
18   "default_subspecs": "Plist",
19   "subspecs": [
20     {
21       "name": "Plist",
22       "source_files": [
23         "Plist/*.swift",
24         "DataWriter/*.swift"
25       ]
26     },
27     {
28       "name": "HandyJSON",
29       "source_files": "PlistHandyJSONSupport/*.swift",
30       "dependencies": {
31         "GePlist/Plist": [
33         ],
34         "HandyJSON": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5"