blob: 25b4016ded8cb12659f437c0c272749ee5eac636 [file] [log] [blame]
{
"name": "SGSDatabase",
"version": "0.1.0",
"summary": "键值对形式存储的数据库管理类",
"homepage": "http://112.94.224.243:8081/kun.li/sgsdatabase/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lee": "kun.li@southgis.com"
},
"source": {
"git": "http://112.94.224.243:8081/kun.li/sgsdatabase.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGSDatabase/Classes/**/*.{h,m}",
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}