blob: 7e6fb9b463feb511dc655f03a32cb14629be4b7f [file] [log] [blame]
{
"name": "DGSQLite",
"version": "1.0",
"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": "5.0"
},
"source": {
"http": "http://framework.digipolitan.com/libraries-release/ios/sqlite/1.0/DGSQLite.zip"
},
"vendored_frameworks": "DGSQLite.framework",
"public_header_files": "DGSQLite.framework/**/*.h",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"DGSQL": [
]
}
}