Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Jan 2, 2021
1 parent dbf3434 commit 5cb1945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ That's up to you!
### SPM
In your Package.swift:
```
.package(url: "https://github.com/tmandry/AXSwift", from: 0.2),
.package(url: "https://github.com/tmandry/AXSwift", from: "0.3.0"),
```

### Carthage
In your Cartfile:
```
github "tmandry/AXSwift" ~> 0.2
github "tmandry/AXSwift" ~> 0.3
```

### CocoaPods
In your Podfile:
```
pod 'AXSwift', '~> 0.2'
pod 'AXSwift', '~> 0.3'
```

See the source of [AXSwiftExample](https://github.com/tmandry/AXSwift/blob/master/AXSwiftExample/AppDelegate.swift)
Expand Down

0 comments on commit 5cb1945

Please sign in to comment.