Bladeren bron

Fix Carthage installation guide (#3107)

Aidar Nugmanoff 5 jaren geleden
bovenliggende
commit
4b24e338ac
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -92,7 +92,7 @@ pod 'Alamofire', '~> 5.0'
 [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`:
 [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
 ```ogdl
-github "Alamofire/Alamofire" "5.0"
+github "Alamofire/Alamofire" ~> 5.0
 ```
 ```
 
 
 ### Swift Package Manager
 ### Swift Package Manager