iOS 版 FuntastyKit 包含:
如果您想使用 CocoaPods 进行依赖管理,请将以下行添加到您的 Podfile
中:
pod 'FuntastyKit', '~> 2.3'
如果您还想使用 IBInspectable 扩展,请添加:
pod 'FuntastyKit', '~> 2.3', subspecs: ['IBInspectable']
使用 Swift Package Manager 时,请将以下行添加到您的 Package.swift
文件,或者使用 Xcode 添加该仓库。
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.3.0")
该框架的名称来自我们公司在品牌重塑之前的名称:Funtasty。 现在,我们被称为 Futured,但 FuturedKit 很可能基于 SwiftUI 而不是 UIKit。
如果您有任何问题或疑问,请联系当前的维护者:
多年来,许多内部和外部贡献者对该库进行了改进,包括:
FuntastyKit 在 MIT 许可证下可用。 有关更多信息,请参见 LICENSE 文件。