{ | |
"name": "CYTestLib", | |
"version": "1.0.0", | |
"summary": "这是第三方库的描述.", | |
"description": "这库是我的第一个cocoapods库", | |
"homepage": "https://github.com/imChay/CYTestLib", | |
"license": "Apache License 2.0", | |
"authors": { | |
"changyan": "1510207073@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/imChay/CYTestLib.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": [ | |
"Classes", | |
"CYTestLib/Classes/**/*.{h,m}" | |
], | |
"exclude_files": "Classes/Exclude", | |
"platforms": { | |
"osx": null, | |
"ios": null, | |
"tvos": null, | |
"watchos": null | |
} | |
} |