blob: 76eea5eb7ca1820215d33131d50513a0c5b30824 [file] [log] [blame]
{
"name": "GreedDB",
"version": "0.0.1",
"summary": "convenient storage for ios",
"description": "this is used for storaging in ios. based on FMDB . can save json string ,blob and other info 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.1"
},
"source_files": [
"GreedDB",
"GreedDB/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"Masonry": [
],
"MJExtension": [
]
}
}