Skip to content

Swift development on steroids.

License

Notifications You must be signed in to change notification settings

jasonnam/Steroid

Repository files navigation

Steroid

GitHub release CocoaPods travis-ci build status

Swift development on steroids.

Installation

Swift

Swift Package Manager

Add Steroid to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/jasonnam/Steroid", from: "0.1.0")
]

CocoaPods

Add Steroid to your Podfile.

pod 'Steroid'

UIKit

Add Steroid/UIKit to your Podfile.

pod 'Steroid/UIKit'

License

Steroid is released under the MIT license. See LICENSE for details.