blob: bfb169c0891ff9cc02b00e709c94aea2c6d9f46f [file] [log] [blame]
{
"name": "DGSQLite",
"version": "2.0.1",
"summary": "Digipolitan SQLite framework is a concrete implementation of the SQL framework",
"homepage": "http://framework.digipolitan.com/sqlite.html",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Digipolitan": "contact@digipolitan.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://framework.digipolitan.com/libraries-release/ios/sqlite/2.0.1/DGSQLite.zip"
},
"vendored_frameworks": "DGSQLite.framework",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"DGSQL": [
]
}
}