Skip to content

Commit

Permalink
Updated 'README.md' file
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 2, 2019
1 parent 4344c8d commit d6a68e8
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 @@ -50,7 +50,7 @@ To use [Swift Package Manager](https://swift.org/package-manager/) add Surge to
let package = Package(
name: "myproject",
dependencies: [
.package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.3.0")),
],
targets: [
.target(
Expand All @@ -72,7 +72,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Surge', '~> 2.0.0'
pod 'Surge', '~> 2.3.0'
end
```

Expand All @@ -83,7 +83,7 @@ Then run `pod install`.
To use [Carthage](https://github.com/Carthage/Carthage) add Surge to your `Cartfile`:

```ruby
github "Jounce/Surge" ~> 2.0.0
github "Jounce/Surge" ~> 2.3.0
```

Then run `carthage update` and use the framework in `Carthage/Build/<platform>`.
Expand Down

0 comments on commit d6a68e8

Please sign in to comment.