| { | |
| "name": "SHTDemo", | |
| "version": "0.1.0", | |
| "summary": "摘要", | |
| "description": "这里写描述,要比上边摘要长度长一点,就据说如果比摘要短会出问题,反正我没有测试过", | |
| "homepage": "https://github.com/shihuatao/SHTDemo", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "shihuatao": "shiht@mapbar.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/shihuatao/SHTDemo.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "SHTDemo/Classes/**/*" | |
| } |