{ | |
"name": "FendaTest", | |
"version": "0.0.1", | |
"summary": "描述: A short description of FendaTest.", | |
"description": "库的详细描述", | |
"homepage": "https://gitee.com/garvin_git/FendaTest.git", | |
"license": "MIT", | |
"authors": { | |
"garvinbao": "41906587+garvinbao@users.noreply.github.com" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://gitee.com/garvin_git/FendaTest.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"FendaTest", | |
"FendaTest/**/*.{h,m}" | |
], | |
"exclude_files": "Classes/Exclude", | |
"requires_arc": true | |
} |