| { |
| "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++" |
| } |