blob: 67f2a5e2610156144f28bf054aa398d56653a66e [file] [log] [blame]
{
"name": "WLComponentView",
"version": "0.0.6",
"summary": "A Lib For view.",
"description": "文本框的工具类",
"homepage": "https://github.com/StoneStoneStoneWang/WLComponentView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLComponentView.git",
"tag": "0.0.6"
},
"subspecs": [
{
"name": "Picker",
"subspecs": [
{
"name": "DatePicker",
"source_files": "Code/Picker/DatePicker/*.{swift}"
}
]
},
{
"name": "TextFeild",
"subspecs": [
{
"name": "Setting",
"source_files": "Code/TF/Setting/*.{swift}"
},
{
"name": "Base",
"source_files": "Code/TF/Base/*.{swift}",
"dependencies": {
"WLToolsKit/Then": [
],
"WLComponentView/TextFeild/Setting": [
]
}
},
{
"name": "LeftTitle",
"source_files": "Code/TF/LeftTitle/*.{swift}",
"dependencies": {
"WLComponentView/TextFeild/Base": [
],
"WLToolsKit/Color": [
]
}
},
{
"name": "LeftImage",
"source_files": "Code/TF/LeftImg/*.{swift}",
"dependencies": {
"WLComponentView/TextFeild/Base": [
]
}
},
{
"name": "NickName",
"source_files": "Code/TF/NickName/*.{swift}",
"dependencies": {
"WLComponentView/TextFeild/Base": [
]
}
},
{
"name": "Password",
"source_files": "Code/TF/Password/*.{swift}",
"dependencies": {
"WLComponentView/TextFeild/LeftImage": [
],
"WLComponentView/TextFeild/LeftTitle": [
]
}
},
{
"name": "Vcode",
"source_files": "Code/TF/Vcode/*.{swift}",
"dependencies": {
"WLComponentView/TextFeild/LeftImage": [
],
"WLComponentView/TextFeild/LeftTitle": [
]
}
}
]
},
{
"name": "Draw",
"source_files": "Code/Draw/*.{swift}"
}
]
}