blob: 3675a15cd658d92147fa68cfd1d61e24c2781cec [file] [log] [blame]
{
"name": "BuildSql",
"version": "1.1.0",
"summary": "Build a SQL statement by code based on Objective-C++.",
"homepage": "https://github.com/CUITCHE/buildSQL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hejunqiu": "xiaohe918@vip.qq.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/CUITCHE/buildSQL.git",
"tag": "v1.1.0"
},
"source_files": "Classes/*.{h,mm}",
"public_header_files": "Classes/BuildSql.h",
"frameworks": "Foundation",
"libraries": "c++"
}