Skip to content

Commit

Permalink
Update Swift Package Manager with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored May 6, 2019
1 parent e526c72 commit 6bf40f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ Currently, it only supports Swift Package Manager
Add the following line to your Package.swift

```swift
.package(url: "https://github.com/YouClap/swift-analytics.git", branch: "master")
.package(url: "https://github.com/YouClap/swift-analytics.git", from: "0.1.0")
```

Then add `SwiftAnalytics` in the dependencies list of your target.
Then add `SwiftAnalytics` in the dependencies list of your target

```swift
.target(name: "Example", dependencies: ["SwiftAnalytics"]
```

# About πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦

Expand Down

0 comments on commit 6bf40f1

Please sign in to comment.