blob: 77b42bd7328103d96a100c594491e3e9a67e6b0a [file] [log] [blame]
{
"name": "GreedDB",
"version": "0.0.2",
"summary": "convenient storage for ios",
"description": "this is a storage manager for ios. based on FMDB and MJExtension. 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.2"
},
"source_files": [
"GreedDB",
"GreedDB/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"MJExtension": [
]
}
}