blob: 078ec9066d4b0f583959d746348f94f0adc16f24 [file] [log] [blame]
{
"name": "SimpleDB",
"version": "1.1.3",
"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",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/AaronBratcher/SimpleDB.git",
"tag": "1.1.3"
},
"source_files": "SimpleDB_Classes",
"requires_arc": true,
"dependencies": {
"ABSQLite": [
"~> 1.2"
]
}
}