Selaa lähdekoodia

Update README.md

Line 55, pod 'Alamofire', ~> '1.1' throws a CocoaPods error.

Proper format appears to be " pod 'Alamofire', '~> 1.1' "
rborkow 11 vuotta sitten
vanhempi
commit
f1ac0a474a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ To integrate Alamofire into your Xcode project using CocoaPods, specify it in yo
 source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 
-pod 'Alamofire', ~> '1.1'
+pod 'Alamofire', '~> 1.1'
 ```
 
 Then, run the following command: