[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 4 / JKDBModel-JDBR / 0.0.1 / JKDBModel-JDBR.podspec.json
blob17d5bbb7fdb43811385a7d9a1310621e7dc64793
2   "name": "JKDBModel-JDBR",
3   "version": "0.0.1",
4   "summary": "JKDBModel.",
5   "description": "Based to FMDB",
6   "homepage": "https://github.com/jidibingren/JKDBModel",
7   "license": "MIT",
8   "authors": {
9     "fanhuibo": "huibo.fan@huaat.net"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/jidibingren/JKDBModel.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "JKDBModel/DBModel",
20     "JKDBModel/DBModel/*.{h,m}"
21   ],
22   "public_header_files": "JKDBModel/DBModel/*.h",
23   "libraries": "sqlite3",
24   "requires_arc": true,
25   "dependencies": {
26     "FMDB": [
27       "~> 2.0"
28     ]
29   }