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