Mattt Thompson 11 anni fa
parent
commit
a21088d8e7
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -27,8 +27,10 @@ _* Coming very soon_
 
 ## Requirements
 
-- Xcode 6.0
 - iOS 7.0+ / Mac OS X 10.9+
+- Xcode 6.0
+
+> For Xcode 6.1, use [the `xcode-6.1` branch](https://github.com/Alamofire/Alamofire/tree/xcode-6.1).
 
 ## Installation
 
@@ -41,7 +43,6 @@ _The infrastructure and best practices for distributing Swift libraries is curre
 5. Expand the "Link Binary with Libraries" group, and add `Alamofire.framework`.
 6. Click on the `+` button at the top left of the panel and select "New Copy Files Phase". Rename this new phase to "Copy Frameworks", set the "Destination" to "Frameworks", and add `Alamofire.framework`.
 
-
 ---
 
 ## Usage