Browse Source

Updated cocoapods instructions to point to 3.0.0-beta.3 to avoid confusion.

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

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 platform :ios, '8.0'
 use_frameworks!
 use_frameworks!
 
 
-pod 'Alamofire', '~> 3.0'
+pod 'Alamofire', '~> 3.0.0-beta.3'
 ```
 ```
 
 
 Then, run the following command:
 Then, run the following command: