blob: 626e7efb551127e9c587d5f7096077bc82929c60 [file] [log] [blame]
{
"name": "MTLFMDBAdapter",
"version": "0.1.0",
"summary": "A Mantle adapter to serialize to and from FMDB.",
"description": " MTLFMDBAdapter is a Mantle adapter that can be used\n to serialize a Mantle object to FMDB (SQLite) by creating\n the necessary INSERT/UPDATE/DELETE statements and vice versa.\n",
"homepage": "https://github.com/tanis2000/MTLFMDBAdapter",
"license": "MIT",
"authors": {
"Valerio Santinelli": "santinelli@altralogica.it"
},
"source": {
"git": "https://github.com/tanis2000/MTLFMDBAdapter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Mantle": [
"~> 1.5"
],
"FMDB": [
"~> 2.3"
]
}
}