Skip to content

Instantly share code, notes, and snippets.

@artemnovichkov
Created November 26, 2017 06:26
Show Gist options
  • Save artemnovichkov/0299aa59305af1562caf3f3f44ffb7a9 to your computer and use it in GitHub Desktop.
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
# 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