Browse Source

Updated the CocoaPods installation instructions in the README.

Christian Noon 10 years ago
parent
commit
343e240739
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 use_frameworks!
 
-pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0'
+pod 'Alamofire', '~> 2.0'
 ```
 
 Then, run the following command: