| { |
| "name": "BeeKit-Swift", |
| "version": "1.0.1", |
| "summary": "BeeKit 功能组件集合", |
| "homepage": "https://github.com/liuxc123/BeeKit-Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "liuxc123": "lxc_work@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/liuxc123/BeeKit.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5.0", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "Components/Base/Source/**/*", |
| "resources": "Components/Base/Assets/**/*", |
| "dependencies": { |
| "CocoaLumberjack/Swift": [ |
| |
| ], |
| "SwifterSwift": [ |
| |
| ], |
| "SwiftValidators": [ |
| |
| ], |
| "SwiftyAttributes": [ |
| |
| ], |
| "MJRefresh": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ], |
| "Schedule": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "AppDelegate", |
| "source_files": "Components/AppDelegate/Source/*.swift" |
| }, |
| { |
| "name": "Auto", |
| "source_files": "Components/Auto/Source/**/*" |
| }, |
| { |
| "name": "Navigator", |
| "source_files": "Components/Navigator/Source/**/*.swift" |
| }, |
| { |
| "name": "NavigationBar", |
| "source_files": "Components/NavigationBar/Source/**/*", |
| "dependencies": { |
| "BeeKit-Swift/Base": [ |
| |
| ], |
| "EachNavigationBar": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Theme", |
| "source_files": "Components/Theme/Source/**/*.swift" |
| }, |
| { |
| "name": "LimitInput", |
| "source_files": "Components/LimitInput/Source/**/*", |
| "dependencies": { |
| "BeeKit-Swift/Base": [ |
| |
| ], |
| "Smile": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |