blob: 2a3f92eaea28e9fa826dddad4993d76c85662ec0 [file] [log] [blame]
{
"name": "GreedDB",
"version": "0.0.5",
"summary": "convenient storage for ios",
"description": "this is a storage manager for ios. based on FMDB and GreedJSON. can save NSDictionary,NSArray,NSData,NSString,NSNumber or NSObject directly",
"homepage": "https://github.com/greedlab/GreedDB",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/greedlab/GreedDB.git",
"tag": "0.0.5"
},
"source_files": [
"GreedDB",
"GreedDB/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"GreedJSON": [
]
}
}