[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / b / JDModel / 0.0.2 / JDModel.podspec.json
blobfab13dcf441c04127ada6768e054a80599bbcb23
2   "name": "JDModel",
3   "version": "0.0.2",
4   "summary": "Base to FMDB, simple and easy to use",
5   "description": "Based to FMDB, simple and easy to use, support model-nest and model-array and any object that conforms to NSCoding protocol.",
6   "homepage": "https://github.com/jidibingren/JDModel",
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/JDModel.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "JDModel",
20     "JDModel/*.{h,m,mm}"
21   ],
22   "public_header_files": "JDModel/*.h",
23   "libraries": [
24     "sqlite3",
25     "stdc++"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "FMDB": [
30       "~> 2.0"
31     ]
32   }