blob: 60b4ebc43606db0549759f3328bc29be628f642b [file] [log] [blame]
{
"name": "FDB",
"version": "0.0.1",
"summary": "An Objective-C wrapper around SQLite with object mapping",
"description": " The FDB library provides easy object mapping to database entries and vice versa.\n",
"homepage": "https://github.com/monder/FDB",
"license": "MIT",
"authors": {
"Aleksejs Sinicins": "a.sinicins@me.com"
},
"source": {
"git": "https://github.com/monder/FDB.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"libraries": "sqlite3",
"source_files": "Pod"
}