blob: 6430ada90113d6613606c30149fa71841ab95b3f [file] [log] [blame]
{
"name": "ToolWidget",
"version": "1.1.0",
"summary": "常用功能集合组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/xuyanzhang/ToolWidget/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuyanzhang": "xuyanzhang@lanyife.com"
},
"source": {
"git": "https://gitee.com/xuyanzhang/ToolWidget.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"YYText": [
]
},
"subspecs": [
{
"name": "ViewExtension",
"source_files": "ToolWidget/Classes/ViewExtension/**/*",
"public_header_files": "ToolWidget/Classes/ViewExtension/**/*.h",
"dependencies": {
"ToolWidget/Const": [
]
}
},
{
"name": "Custom",
"source_files": "ToolWidget/Classes/Custom/**/*",
"public_header_files": "ToolWidget/Classes/Custom/**/*.h"
},
{
"name": "Const",
"source_files": "ToolWidget/Classes/Const/**/*",
"public_header_files": "ToolWidget/Classes/Const/**/*.h"
},
{
"name": "Categorys",
"source_files": "ToolWidget/Classes/Categorys/**/*",
"public_header_files": "ToolWidget/Classes/Categorys/**/*.h",
"dependencies": {
"YYText": [
]
}
},
{
"name": "Tools",
"source_files": "ToolWidget/Classes/Tools/**/*",
"public_header_files": "ToolWidget/Classes/Tools/**/*.h"
}
]
}