| { | |
| "name": "StudyTest", | |
| "version": "0.0.1", | |
| "summary": "StudyTest.", | |
| "description": "测试私有库", | |
| "homepage": "https://gitee.com/xuelei163/XLStudyTest", | |
| "license": "MIT", | |
| "authors": { | |
| "xuelei": "" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://gitee.com/xuelei163/XLStudyTest.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "StudyDemo", | |
| "StudyDemo/**/*.{h,m}" | |
| ], | |
| "frameworks": "Foundation" | |
| } |