| { | |
| "name": "testPerson", | |
| "version": "0.1.1", | |
| "summary": "简短的介绍", | |
| "description": "稍微长一点的介绍, 注意字数比上面长", | |
| "homepage": "https://github.com/wangshunzi/testPerson", | |
| "license": "MIT", | |
| "authors": { | |
| "wangshunzi": "wangshunzi@520it.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wangshunzi/testPerson.git", | |
| "tag": "0.1.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "platforms": { | |
| "osx": null, | |
| "ios": null, | |
| "tvos": null, | |
| "watchos": null | |
| } | |
| } |