blob: 0d14427675ef578341218f6e1c5b64406720f903 [file] [log] [blame]
{
"name": "JDModel",
"version": "0.0.1",
"summary": "Base to FMDB, simple and easy to use",
"description": "Based to FMDB, simple and easy to use, support model-nest and model-array and any object that conforms to NSCoding protocol.",
"homepage": "https://github.com/jidibingren/JDModel",
"license": "MIT",
"authors": {
"fanhuibo": "huibo.fan@huaat.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jidibingren/JDModel.git",
"tag": "0.0.1"
},
"source_files": [
"JDModel",
"JDModel/*.{h,m,mm}"
],
"public_header_files": "JDModel/*.h",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}