[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / f / JCDB / 1.0.0 / JCDB.podspec.json
blob009a16009462a6a7baa2988f9a1aad2bb9aa67ba
2   "name": "JCDB",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A lightweight iOS database framework based on FMDB and SQLite.",
6   "homepage": "https://github.com/imjoych/JCDB",
7   "authors": {
8     "ChenJianjun": "imjoych@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/imjoych/JCDB.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "JCDB/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
22     ]
23   }