blob: ac2f643b71bd6da7b0fb50afbf256ee6df92fc2c [file] [log] [blame]
{
"name": "FMDBx",
"version": "0.1.1",
"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.1.1"
},
"source_files": "FMDBx/Classes/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"platforms": {
"ios": null
},
"dependencies": {
"FMDB": [
]
}
}