blob: a601f47d647be99252787b9936a4111ea9484e03 [file] [log] [blame]
{
"name": "KRCommonUIComponents",
"version": "1.0.1",
"summary": "通用UI组件",
"description": "通用UI组件,专门放置工程通用UI,比如弹框,Loading,按钮样式等等",
"homepage": "https://github.com/AaronDai23/KRCommonUIComponents.git",
"license": "MIT (KRCommonUIComponents)",
"authors": {
"AaronDai23": "1311511825@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AaronDai23/KRCommonUIComponents.git",
"tag": "1.0.1"
},
"resource_bundles": {
"CheckBox": [
"KRCommonUIComponents/QCheckbox/Assets/*.png"
]
},
"subspecs": [
{
"name": "Draw",
"source_files": "KRCommonUIComponents/Draw/**/*",
"frameworks": "UIKit",
"dependencies": {
"KRCommonComponents": [
"~> 1.0.4"
],
"Masonry": [
"1.1.0"
]
}
},
{
"name": "QCheckbox",
"source_files": "KRCommonUIComponents/QCheckbox/Class/**/*",
"frameworks": "UIKit"
},
{
"name": "KRAlertView",
"source_files": "KRCommonUIComponents/KRAlertView/**/*",
"frameworks": "UIKit",
"dependencies": {
"KRCommonComponents": [
"~> 1.0.4"
],
"Masonry": [
"1.1.0"
]
}
},
{
"name": "Hud",
"source_files": "KRCommonUIComponents/Hud/**/*",
"dependencies": {
"SVProgressHUD": [
"~> 2.1.2"
]
}
}
]
}