blob: 00d8e76eb3c6c4eb93f42688cf455478ff1150fb [file] [log] [blame]
{
"name": "LearnPodspec",
"version": "0.0.1",
"summary": "学习podspec",
"description": "学习继承pod组件化流程podspec",
"homepage": "https://github.com/buliannashouge/learnPodspec.git",
"license": "MIT",
"authors": {
"克博": "479323208@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/buliannashouge/learnPodspec.git",
"tag": "0.0.1"
},
"source_files": [
"Podspec",
"Podspec/**/*.{h,m}"
],
"exclude_files": "Podspec/Exclude",
"frameworks": "UIKit"
}