TinyKit 0.9.0×由Roy Hsu维护。安装指南×TinyKit 安装指南您可以将类似以下的命令pod 'TinyKit', '~> 0.9'添加到 Podfile 中target 'MyApp' do pod 'TinyKit', '~> 0.9' end然后在您的终端或 CocoaPods.app 中运行 pod install或者,为了测试运行,运行以下命令pod try TinyKit 依赖项TinyCore= 0.7.0TinyValidation= 0.2.0 参见 PodspecGitHub 仓库CocoaPods.org 上的页面TinyKit 0.9.0由Roy Hsuroyhsu/tiny-kitGitHub 仓库TinyKit TinyKit 提供了一系列实用的功能,可以帮助我们更快地构建应用。 要求 iOS 10.0+ Swift 4.0+ 安装 您可以使用 CocoaPods 或 Carthage 来安装 TinyKit。 CocoaPods use_frameworks! pod 'TinyKit' Carthage github 'royhsu/TinyCore' github 'royhsu/TinyStorage' github 'royhsu/TinyKit'
TinyKit TinyKit 提供了一系列实用的功能,可以帮助我们更快地构建应用。 要求 iOS 10.0+ Swift 4.0+ 安装 您可以使用 CocoaPods 或 Carthage 来安装 TinyKit。 CocoaPods use_frameworks! pod 'TinyKit' Carthage github 'royhsu/TinyCore' github 'royhsu/TinyStorage' github 'royhsu/TinyKit'