blob: 8c0af29469afd19598fcf365f794b64cadc49353 [file] [log] [blame]
{
"name": "FMDBx",
"version": "0.4.0",
"summary": "An extension of FMDB to provide ORM and migration functionality for your iOS application.",
"homepage": "https://github.com/kohkimakimoto/FMDBx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kohki Makimoto": "kohki.makimoto@gmail.com"
},
"source": {
"git": "https://github.com/kohkimakimoto/FMDBx.git",
"tag": "0.4.0"
},
"source_files": "FMDBx/Classes/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"platforms": {
"ios": null
},
"dependencies": {
"FMDB": [
]
}
}