[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / b / JDModel / 0.0.3 / JDModel.podspec.json
blob15a7b5aad8a1f8175e940b129bbcead22ca2d9ac
2   "name": "JDModel",
3   "version": "0.0.3",
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.3"
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   }