blob: e2939c5d11b1b34ad78f5b27ed4d4a46d1f476b5 [file] [log] [blame]
{
"name": "ZTField",
"version": "0.0.1",
"summary": "A Lib For 地图.",
"description": "ZTField是地图",
"homepage": "https://github.com/StoneStoneStoneWang/ZStoreKit.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/ZStoreKit.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "Setting",
"source_files": "Code/ZTextFeild/Setting/*.{swift}"
},
{
"name": "Base",
"source_files": "Code/ZTextFeild/Base/*.{swift}",
"dependencies": {
"WLToolsKit/Then": [
],
"ZTField/Setting": [
]
}
},
{
"name": "LeftTitle",
"source_files": "Code/ZTextFeild/LeftTitle/*.{swift}",
"dependencies": {
"ZTField/Base": [
],
"WLToolsKit/Color": [
]
}
},
{
"name": "LeftImage",
"source_files": "Code/ZTextFeild/LeftImg/*.{swift}",
"dependencies": {
"ZTField/Base": [
]
}
},
{
"name": "NickName",
"source_files": "Code/ZTextFeild/NickName/*.{swift}",
"dependencies": {
"ZTField/Base": [
]
}
},
{
"name": "Password",
"source_files": "Code/ZTextFeild/Password/*.{swift}",
"dependencies": {
"ZTField/LeftImage": [
],
"ZTField/LeftTitle": [
]
}
},
{
"name": "Vcode",
"source_files": "Code/ZTextFeild/Vcode/*.{swift}",
"dependencies": {
"ZTField/LeftImage": [
],
"ZTField/LeftTitle": [
]
}
}
],
"swift_version": "5.0"
}