Skip to content

Commit

Permalink
Added SPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
modzelewski committed Aug 8, 2016
1 parent f36034f commit e9b9675
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import PackageDescription

let package = Package(name: "TRX")
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ Add to your [Cartfile](https://github.com/Carthage/Carthage):
github "Trxy/TRX"
```

### Swift Package Manager (Experimental)
Specify a dependency in [Package.swift](https://swift.org/package-manager/)
```swift
...
.Package(url: "https://github.com/Trxy/TRX.git", majorVersion: 0, minor: 2),
...
```

### Manual

1. Download or clone the project
Expand Down

0 comments on commit e9b9675

Please sign in to comment.