blob: d30d88420c282614a473e112f31697c020dbd968 [file] [log] [blame]
{
"name": "JModel",
"version": "1.1",
"summary": "JModel is ORM + JSON序列化/反序列化,二次开发框架,基于FMDB, YYModel",
"description": "iOS ORM | 序列化 框架,基于 FMDB和YYModel",
"homepage": "https://github.com/sven820/JModel",
"license": "MIT",
"authors": {
"靳小飞": "swjtujxf@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sven820/JModel.git",
"tag": "1.1"
},
"source_files": "JModel/JModel/**/*.{h,m}",
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.6.2"
],
"YYModel": [
"~> 1.0.4"
]
}
}