2
0
Эх сурвалжийг харах

Merge pull request #380 from kylef/patch-1

[README] CocoaPods 0.36 is no longer in beta
Mattt Thompson 10 жил өмнө
parent
commit
c6a1190651
1 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -42,10 +42,10 @@ Alamofire is an HTTP networking library written in Swift, from the [creator](htt
 
 [CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects.
 
-CocoaPods 0.36 beta adds supports for Swift and embedded frameworks. You can install it with the following command:
+CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
 
 ```bash
-$ gem install cocoapods --pre
+$ gem install cocoapods
 ```
 
 To integrate Alamofire into your Xcode project using CocoaPods, specify it in your `Podfile`:
@@ -53,6 +53,7 @@ To integrate Alamofire into your Xcode project using CocoaPods, specify it in yo
 ```ruby
 source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
+use_frameworks!
 
 pod 'Alamofire', '~> 1.1'
 ```