| { | |
| "name": "testrao", | |
| "version": "1.0", | |
| "summary": "A short description of test 测试", | |
| "description": "描述", | |
| "homepage": "https://github.com/wingsrao/TestPod", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "raoshoujian": "raoshoujian@dingtalk.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wingsrao/TestPod.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": [ | |
| "TestPod", | |
| "TestPod/**/*.{h,m}" | |
| ], | |
| "exclude_files": "TestPod/Exclude" | |
| } |