blob: 711c4e8b6d76f51e42018a0297c237ebfbbd1977 [file] [log] [blame]
{
"name": "XGFMDBManagers",
"version": "0.0.2",
"summary": "自己封装的FMDB 字典 模型 字符串 随便存 随便取",
"homepage": "https://github.com/zhaoxiaoga/XGFMDBManagers",
"license": "MIT",
"authors": {
"赵小嘎": "15110241511@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhaoxiaoga/XGFMDBManagers.git",
"tag": "0.0.2"
},
"source_files": [
"XGFMDBManagers/XGFMDBManagers/XGDB",
"XGFMDBManagers/XGFMDBManagers/XGDB/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}