blob: 9715a1d303dc920b1d589d5fa1810de9f6ba17c8 [file] [log] [blame]
{
"name": "ALBNoSQLDB",
"version": "2.0",
"summary": "A SQLite database wrapper written in Swift that requires no SQL knowledge to use and can sync with instances of itself.",
"homepage": "https://github.com/AaronBratcher/ALBNoSQLDB",
"license": "MIT",
"authors": {
"Aaron Bratcher": "aaronlbratcher@yahoo.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/AaronBratcher/ALBNoSQLDB.git",
"tag": "v2.0"
},
"source_files": [
"ALBNoSQLDB",
"ALBNoSQLDB/ALBNoSQLDB.swift"
],
"frameworks": "sqlite3"
}