[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / d / JJFMDB / 2.0.0 / JJFMDB.podspec.json
blobc565f1fa967f428dcba75b5bee5318c9849df10e
2   "name": "JJFMDB",
3   "version": "2.0.0",
4   "summary": "A SQLite Tool used on iOS.",
5   "description": "封装FMDB,数据Model直接写入数据库,开发者不需要写任何SQL语句。",
6   "homepage": "https://github.com/JayJJ/JJFMDB",
7   "license": "MIT",
8   "authors": {
9     "Jay": "hzhjjie@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JayJJ/JJFMDB.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "5.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.2"
30     ],
31     "JJSandBox": [
32       "~> 1.0.0"
33     ]
34   }