Skip to content

Commit

Permalink
Update Carthage and SPM installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Dec 7, 2018
1 parent 3e488dc commit 447e3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pod 'Alamofire', '~> 5.0.0.beta.1'
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Alamofire/Alamofire" ~> 5.0.0.beta.1
github "Alamofire/Alamofire" "5.0.0.beta.1"
```

### Swift Package Manager
Expand All @@ -108,7 +108,7 @@ Once you have your Swift package set up, adding Alamofire as a dependency is as

```swift
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0.beta.1")
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.0.0-beta.1"))
]
```

Expand Down

0 comments on commit 447e3fb

Please sign in to comment.