From d6a68e890c020f81a1daed4548b85e8062e3474b Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Sat, 2 Nov 2019 16:34:59 +0100 Subject: [PATCH] Updated 'README.md' file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09cf618f..f7200cca 100644 --- a/README.md +++ b/README.md @@ -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( @@ -72,7 +72,7 @@ platform :ios, '10.0' use_frameworks! target '' do - pod 'Surge', '~> 2.0.0' + pod 'Surge', '~> 2.3.0' end ``` @@ -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/`.