Created
November 26, 2017 06:26
-
-
Save artemnovichkov/0299aa59305af1562caf3f3f44ffb7a9 to your computer and use it in GitHub Desktop.
Good brief example of README installation section from here: https://github.com/NextLevel/NextLevel#quick-start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CocoaPods | |
swift_version = "4.0" | |
pod "NextLevel", "~> 0.9.0" | |
# Carthage | |
github "nextlevel/NextLevel" ~> 0.9.0 | |
# Swift PM | |
let package = Package( | |
dependencies: [ | |
.Package(url: "https://github.com/nextlevel/NextLevel", majorVersion: 0) | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment