[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / c / d / YCDB / 1.0.1 / YCDB.podspec.json
blobe823844fc5227c5c4517bbea2d3d1e8bf7e8e19d
2   "name": "YCDB",
3   "version": "1.0.1",
4   "summary": "对WCDB的一些封装使用,请使用 DBManager类方法",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/wq95230/YCDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "952303557@qq.com": "952303557@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wq95230/YCDB.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YCDB/Classes/*.{h,mm}",
22   "default_subspecs": "Database",
23   "dependencies": {
24     "WCDB": [
25       "1.0.7.5"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Database",
31       "source_files": "YCDB/Classes/Database/*.{h,mm}"
32     }
33   ]