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