blob: 7aa1ce5ac3fb285dd825252344b830dd28aecc07 [file] [log] [blame]
{
"name": "SimpleDB",
"version": "1.1.0",
"summary": "SimpleDB is a key-value persistent database that makes it very easy to store and retrieve data or object state for your application.",
"homepage": "https://github.com/AaronBratcher/SimpleDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron L. Bratcher": "aaronbratcher1@gmail.com"
},
"social_media_url": "http://twitter.com/AaronLBratcher",
"source": {
"git": "https://github.com/AaronBratcher/SimpleDB.git",
"tag": "v1.1.0"
},
"requires_arc": true,
"source_files": "SimpleDB_Classes",
"dependencies": {
"ABSQLite": [
"~> 1.1"
]
}
}