blob: e1f74764f4b3042b0b116f8858c6ef4dab01f245 [file] [log] [blame]
{
"name": "SimpleDocumentDB",
"version": "0.5.0",
"summary": "Lightweight key-value cache and persistence storage",
"authors": {
"Bob Liu": "bobliupm@gmail.com"
},
"homepage": "https://github.com/Ablely/SimpleDocumentDB",
"license": "MIT",
"source": {
"git": "https://github.com/Ablely/SimpleDocumentDB.git",
"tag": "0.5.0"
},
"source_files": "SimpleDocumentDB/SimpleDocumentDB/**/*.{h,m}",
"dependencies": {
"FMDB": [
"~>2.2"
],
"Mantle": [
"~>1.3.1"
],
"AblelyCommon": [
"~>0.1.0"
]
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}