| { |
| "name": "Base-UI-Utils", |
| "version": "0.0.9", |
| "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.9" |
| }, |
| "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": [ |
| |
| ] |
| } |
| } |
| ] |
| } |