blob: 082850889534ff4bb0578d0852bc857c7d7f5634 [file] [log] [blame]
{
"name": "BuildSql",
"version": "1.0.2",
"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.0.2"
},
"source_files": "Classes/*.{h,mm}",
"public_header_files": "Classes/BuildSql.h",
"frameworks": "Foundation",
"libraries": "c++"
}