blob: 7fd71b3131dc9155cb0ed8c93574965902474079 [file] [log] [blame]
{
"name": "Base-UI-Utils",
"version": "0.0.20",
"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.20"
},
"requires_arc": true,
"swift_version": "4.2",
"frameworks": "UIKit",
"default_subspecs": [
"Tools",
"BaseController",
"Extension"
],
"static_framework": true,
"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": [
]
}
},
{
"name": "PhotoViewer",
"platforms": {
"ios": "9.0"
},
"source_files": "Base-UI-Utils/Module/PhotoViewer/{Controller,Model,View}/*.swift",
"dependencies": {
"Base-UI-Utils/BaseController": [
],
"Base-UI-Utils/Extension": [
],
"Base-UI-Utils/Tools": [
],
"SDWebImage": [
]
},
"resource_bundles": {
"PhotoViewer": [
"Base-UI-Utils/ImageSet/PhotoViewer/*"
]
}
}
]
}