Skip to content

Commit

Permalink
Swift package manager instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyneu committed Oct 6, 2019
1 parent 0ce74de commit 2e6a683
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@ If you are using CocoaPods add this text to your Podfile and run `pod install`.

#### Setup with Swift Package Manager

If you are using [Swift Package Manager](https://swift.org/package-manager/) add the following line:

```swift
.package(url: "https://github.com/evgenyneu/Cosmos.git", from: "20.0.0")
```

to the `dependencies` value of your `Package.swift` file and run `swift package resolve`.
* In Xcode 11+ select *File > Packages > Add Package Dependency...*.
* Enter this project's URL: https://github.com/evgenyneu/Cosmos.git


#### Legacy Swift versions
Expand Down

0 comments on commit 2e6a683

Please sign in to comment.