[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / a / 2 / XMDB / 0.0.9 / XMDB.podspec.json
blob97e6e19d2dfcfc8c5ea488ca8802136924070309
2   "name": "XMDB",
3   "version": "0.0.9",
4   "summary": "FMDB封装",
5   "description": "对FMDB的封装",
6   "homepage": "https://github.com/zhenLuoxiaoming",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "罗晓明": "542250137@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/zhenLuoxiaoming/XMDB.git",
19     "tag": "0.0.9"
20   },
21   "exclude_files": "",
22   "swift_versions": "4.2",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7"
26     ],
27     "KakaJSON": [
28       "~> 1.1.2"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "XMDB/XMDB/*"
35     },
36     {
37       "name": "XMCityUtil",
38       "source_files": "XMDB/XMCityUtil/*.swift",
39       "resources": "XMDB/XMCityUtil/amap_city_code.db",
40       "dependencies": {
41         "XMDB/Core": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "4.2"