Steroid
Steroid 是 Swift 开发的强化工具。
安装
Swift
Swift Package Manager
将 Steroid 添加到您的 Package.swift
依赖项中。
dependencies: [
.package(url: "https://github.com/jasonnam/Steroid", from: "0.1.0")
]
CocoaPods
将 STRICTUD
添加到您的 Podfile
。
pod 'Steroid'
UIKit
将 Steroid/UIKit
添加到您的 Podfile
文件中。
pod 'Steroid/UIKit'
授权
Steroid 使用 MIT 许可发布。详细信息请参见 LICENSE 文件。