[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / 8 / PTDB / 0.0.3 / PTDB.podspec.json
blob98b623b49ff5a06ddeb3454299cba558629a3788
2   "name": "PTDB",
3   "version": "0.0.3",
4   "summary": "数据库,核心基于FMDB,以对象方式来直接操作数据库,简略了数据库的操作,开发者只需要关心数据的存取,不必为数据存储的分配担心.",
5   "description": "非常简单的一个数据库操作工具",
6   "homepage": "https://github.com/JLGB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JLBG": "513466979@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/JLGB/PTDB.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DBTest/PTDB/*.{h,m}",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "FMDB": [
26     ]
27   }