blob: 0beed41562f452b1bca71687713eb09681710c06 [file] [log] [blame]
{
"name": "sqlite3-objc",
"version": "0.3",
"summary": "SQLite3 Objective-C wrapper.",
"homepage": "https://github.com/youknowone/sqlite3-objc",
"license": "Public Domain (sqlite3 license)",
"authors": {
"Jeong YunWon": "sqlite3objc@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/sqlite3-objc.git",
"tag": "0.3"
},
"source_files": [
"SQLite/SQLite.h",
"SQLite/SLDatabase.{h|m}",
"SQLite/SLStatement.{h|m}",
"SQLite/SLError.{h|m}"
],
"header_dir": "SQLite",
"libraries": "sqlite3",
"dependencies": {
"cdebug": [
]
},
"requires_arc": false
}