blob: 87a9fb93b404b3b01831866e3ee3759a7ae1c5be [file] [log] [blame]
{
"name": "Base-UI-Utils",
"version": "0.0.7",
"summary": "方便快速搭建项目",
"description": "基础UI 工具类 方便快速搭建小项目",
"homepage": "https://github.com/Lang-FZ/Base-UI-Utils",
"license": "MIT",
"authors": {
"LangFZ": "446003664@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Lang-FZ/Base-UI-Utils.git",
"tag": "0.0.7"
},
"requires_arc": true,
"swift_version": "4.2",
"frameworks": "UIKit",
"default_subspecs": [
"Tools",
"BaseController",
"Extension"
],
"subspecs": [
{
"name": "Tools",
"platforms": {
"ios": "9.0"
},
"source_files": "Base-UI-Utils/Tools/*.swift",
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
{
"name": "BaseController",
"platforms": {
"ios": "9.0"
},
"source_files": "Base-UI-Utils/BaseController/*.swift",
"dependencies": {
"Base-UI-Utils/Tools": [
]
}
},
{
"name": "Extension",
"platforms": {
"ios": "9.0"
},
"source_files": "Base-UI-Utils/Extension/*.swift",
"dependencies": {
"Base-UI-Utils/Tools": [
]
}
}
]
}