blob: 5625f809d32959f54bef47eedcad09315c792fe9 [file] [log] [blame]
{
"name": "SQLiteWrapper",
"version": "0.1.1",
"summary": "A very lightweight SQLite wrapper with a SQL like API",
"description": "A very lightweight SQLite wrapper with a SQL like API.",
"homepage": "https://github.com/dave234/SQLiteWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dave234": "dave234@users.noreply.github.com"
},
"source": {
"git": "https://github.com/dave234/SQLiteWrapper.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"source_files": "SQLiteWrapper/Classes/**/*",
"requires_arc": true,
"dependencies": {
"sqlite3": [
]
}
}