[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 3 / 9 / GLDBManager / 0.0.3 / GLDBManager.podspec.json
blobb8265e4c2724f4f4ec8034d99e5da01f8b052fff
2   "name": "GLDBManager",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/GrayLand119/GLDBManager",
8   "authors": {
9     "GrayLand119": "441726442@qq.com"
10   },
11   "summary": "基于FMDB的轻量级数据库插件, 面向对象地进行数据库操作",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/GrayLand119/GLDBManager.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "GLDBManagerDemo/GLDBManager/**/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
24     ],
25     "YYModel": [
27     ]
28   }