Sfoglia il codice sorgente

Update endpoints and versioning in readme

Standardise the recommended version to use, and also the correct repo for Carthage.
Abizer Nasir 7 anni fa
parent
commit
9cecf835c4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -62,13 +62,13 @@ server.start()
 ```ruby
 # Use version >= 1.4.0 (sudo gem install cocoapods)
 use_frameworks!
-pod 'Swifter', '~> 1.3.3'
+pod 'Swifter', '~> 1.4.0'
 ```
 
 ### Carthage? Also yes.
 ```
 # Use version >= 0.18 (https://github.com/Carthage/Carthage/releases/tag/0.18)
-github "glock45/swifter" == 1.4.0
+github "httpswift/swifter" ~> 1.4.0
 ```
 
 ### Swift Package Manager.