blob: 41669022d08e5f34d4ef0169ddc271c125166135 [file] [log] [blame]
{
"name": "FOMapping",
"version": "1.0.2",
"summary": "A simple ORM extension of FMDB.",
"homepage": "https://github.com/yfben/FOMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben YF Chen": "benxyz.chen@gmail.com"
},
"source": {
"git": "https://github.com/yfben/FOMapping.git",
"tag": "1.0.2"
},
"source_files": "FOObject/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
]
},
"platforms": {
"ios": "7.0"
}
}