blob: 412c90eea7caaf209d7a5adcb49a0351c62eb64c [file] [log] [blame]
{
"name": "VSDataStore",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple Key-Value Data Store for Objective-C",
"homepage": "https://github.com/lembacon/VSDataStore",
"authors": {
"Chongyu Zhu": "i@lembacon.com"
},
"source": {
"git": "https://github.com/lembacon/VSDataStore.git",
"tag": "0.1.1"
},
"source_files": "src/*.{h,c,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}