简介
这是为开发 iOS 应用程序提供支持的工具包。
- 扩展
- 包装器
需求
此模块需要以下模块/库
- Swift4
安装
Cocoapods
按照常规方式安装,更多信息请参阅这里。
编辑您的 Podfile 并安装。
target '<Your target name>' do
pod 'ISupportKit'
end
$ pod install
Carthage
编辑您的Cartfile并安装。
github "iKichiemon/ISupportKit"
$ carthage update ISupportKit