Swift development on steroids.
Add Steroid to the dependencies value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/jasonnam/Steroid", from: "0.1.0")
]
Add Steroid
to your Podfile
.
pod 'Steroid'
Add Steroid/UIKit
to your Podfile
.
pod 'Steroid/UIKit'
Steroid is released under the MIT license. See LICENSE for details.