blob: d1f92225089cf60366de16c21f8e3484815353af [file] [log] [blame]
{
"name": "UIKitComponent",
"version": "0.0.9",
"summary": "提示组件",
"description": "通用提示组件",
"homepage": "https://github.com/eddyMake/UIKitComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eddyMake": "287638568@qq.com"
},
"source": {
"git": "https://github.com/eddyMake/UIKitComponent.git",
"tag": "0.0.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UIKitComponent/Classes/**/*",
"public_header_files": "UIKitComponent/Classes/CommonTipView.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
]
}
}