[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / d / JJFMDB / 2.0.3 / JJFMDB.podspec.json
bloba46b220742f1aa076280b358bb410084575721cf
2   "name": "JJFMDB",
3   "version": "2.0.3",
4   "summary": "A SQLite Tool used on iOS.",
5   "description": "封装FMDB,数据Model直接写入数据库,开发者不需要写任何SQL语句。",
6   "homepage": "https://github.com/JJXYZ/JJFMDB",
7   "license": "MIT",
8   "authors": {
9     "JJ": "hzhjjie@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JJXYZ/JJFMDB.git",
13     "tag": "2.0.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "JJFMDB/Core/*",
21     "JJFMDB/Helper/*"
22   ],
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "FMDB": [
29       "2.7.5"
30     ]
31   }