blob: 86fedc98017963a99383f3ac1542519ff1876894 [file] [log] [blame]
{
"name": "ZWBucket",
"summary": "An Objective-C database library built over Google LevelDB.",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gavin": "lovegavin@outlook.com"
},
"homepage": "https://github.com/GavinZw/ZWBucket",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GavinZw/ZWBucket.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "ZWBucket/*.{h,m}",
"public_header_files": "ZWBucket/*.{h}",
"dependencies": {
"Objective-LevelDB": [
]
}
}