blob: 222d1b50c0e66d64ea19033cfcf48db8120b70f5 [file] [log] [blame]
{
"name": "SqliteLibrary",
"version": "0.0.4",
"summary": "SqliteLibrary is a high level request util based on FMDB.",
"homepage": "https://github.com/chengshiliang/SqliteLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/SqliteLibrary.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SqliteLibrary/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"FMDB": [
"~> 2.0"
]
},
"libraries": "sqlite3"
}