Переглянути джерело

Update README for the latest Pod version, add support for auto-updating. (#943)

Daniel Alm 5 роки тому
батько
коміт
40374971bf
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -96,11 +96,11 @@ gRPC Swift is currently available [from CocoaPods][pod-new]. To integrate, add
 the following line to your `Podfile`:
 the following line to your `Podfile`:
 
 
 ```ruby
 ```ruby
-    pod 'gRPC-Swift', '1.0.0-alpha.12'
+    pod 'gRPC-Swift', '~> 1.0.0-alpha.18'
 ```
 ```
 
 
 Then, run `pod install` from command line and use your project's generated
 Then, run `pod install` from command line and use your project's generated
-`.xcworkspace` file.
+`.xcworkspace` file. You might also need to add `use_frameworks!` to your `Podfile`.
 
 
 ### Getting the `protoc` Plugins
 ### Getting the `protoc` Plugins