blob: 62493bca2213ac788e6d6a144483d3f643d6e819 [file] [log] [blame]
{
"name": "TPUIKit-Swift",
"version": "1.0.0",
"summary": "Swift版 UI组件库.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Topredator/TPUIKit-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Topredator": "luyanggold@163.com"
},
"source": {
"git": "https://github.com/Topredator/TPUIKit-Swift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "TPUIKit-Swift/Classes/**/*",
"resource_bundles": {
"TPUIKitSwift": [
"TPUIKit-Swift/Assets/*xcassets"
]
},
"dependencies": {
"SnapKit": [
],
"TPFoundation-Swift": [
]
},
"subspecs": [
{
"name": "Base",
"source_files": "TPUIKit-Swift/Classes/Base/**/*"
},
{
"name": "Alert",
"source_files": "TPUIKit-Swift/Classes/Alert/**/*"
},
{
"name": "Blank",
"source_files": "TPUIKit-Swift/Classes/Blank/**/*",
"dependencies": {
"TPUIKit-Swift/Base": [
]
}
},
{
"name": "MarginLabel",
"source_files": "TPUIKit-Swift/Classes/MarginLabel/**/*"
},
{
"name": "Menu",
"source_files": "TPUIKit-Swift/Classes/Menu/**/*",
"dependencies": {
"TPUIKit-Swift/Base": [
]
}
},
{
"name": "Navigator",
"source_files": "TPUIKit-Swift/Classes/Navigator/**/*"
},
{
"name": "SimBtn",
"source_files": "TPUIKit-Swift/Classes/SimBtn/**/*"
},
{
"name": "Tabbar",
"source_files": "TPUIKit-Swift/Classes/Tabbar/**/*",
"dependencies": {
"TPUIKit-Swift/Base": [
]
}
},
{
"name": "PageControl",
"source_files": "TPUIKit-Swift/Classes/PageControl/**/*"
},
{
"name": "Banner",
"source_files": "TPUIKit-Swift/Classes/Banner/**/*",
"dependencies": {
"TPUIKit-Swift/PageControl": [
]
}
},
{
"name": "Toast",
"source_files": "TPUIKit-Swift/Classes/Toast/**/*",
"dependencies": {
"MBProgressHUD": [
],
"TPUIKit-Swift/Base": [
]
}
},
{
"name": "Refresh",
"source_files": "TPUIKit-Swift/Classes/Refresh/**/*",
"dependencies": {
"MJRefresh": [
],
"TPUIKit-Swift/Base": [
]
}
}
],
"swift_version": "5.0"
}