blob: 5f5649864ffb130ea77743ce19f88a4466f17b97 [file] [log] [blame]
{
"name": "HLFMDB",
"version": "0.1.0",
"summary": "基于FMDB的封装",
"description": "一句代码进行增删改查",
"homepage": "https://github.com/hanl001/HLFMDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hanl001": "710545949@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hanl001/HLFMDB.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"HLFMDB/Source/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}