[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 7 / 4 / SYDBModel / 0.0.2 / SYDBModel.podspec.json
blob0d44c2d393ce3379441f1be17375934f49e499eb
2   "name": "SYDBModel",
3   "version": "0.0.2",
4   "summary": "一个数据库存取模型化工具.",
5   "description": "# descrition描述,可以在此处添加你所更新的重要模块描述。\n\"对FMDB数据库存取进行了扩展,通过继承SYBaseModel实现模型化存取,支持嵌套(暂时仅支持一层嵌套,例: 数组中嵌套一个继承于SYBaseModel的对象)\"",
6   "homepage": "https://github.com/gushengya/SYDBModel.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bleiler": "759705236@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/gushengya/SYDBModel.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "SYDBModel",
23     "SYDBModel/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "libraries": "c++",
27   "dependencies": {
28     "FMDB": [
29       "~> 2.7.5"
30     ]
31   }