blob: d745ac6c3135299c736b84408e594823350038c8 [file] [log] [blame]
{
"name": "SimpleDB",
"version": "1.1.1",
"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.1"
},
"requires_arc": true,
"source_files": "SimpleDB_Classes",
"dependencies": {
"ABSQLite": [
"~> 1.2"
]
}
}