You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,13 @@ If your project does not yet have a Podfile, use the `pod init` command in the r
132
132
use_frameworks!
133
133
134
134
target 'MyApp'do
135
-
pod 'IBMWatsonAssistantV1', '~> 4.3.0'
136
-
pod 'IBMWatsonAssistantV2', '~> 4.3.0'
137
-
pod 'IBMWatsonDiscoveryV1', '~> 4.3.0'
138
-
pod 'IBMWatsonLanguageTranslatorV3', '~> 4.3.0'
139
-
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 4.3.0'
140
-
pod 'IBMWatsonSpeechToTextV1', '~> 4.3.0'
141
-
pod 'IBMWatsonTextToSpeechV1', '~> 4.3.0'
135
+
pod 'IBMWatsonAssistantV1', '~> 5.0.0'
136
+
pod 'IBMWatsonAssistantV2', '~> 5.0.0'
137
+
pod 'IBMWatsonDiscoveryV1', '~> 5.0.0'
138
+
pod 'IBMWatsonLanguageTranslatorV3', '~> 5.0.0'
139
+
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 5.0.0'
140
+
pod 'IBMWatsonSpeechToTextV1', '~> 5.0.0'
141
+
pod 'IBMWatsonTextToSpeechV1', '~> 5.0.0'
142
142
end
143
143
```
144
144
@@ -164,7 +164,7 @@ $ brew install carthage
164
164
If your project does not have a Cartfile yet, use the `touch Cartfile` command in the root directory of your project. To install the IBM Watson Swift SDK using Carthage, add the following to your Cartfile.
Follow the remaining Carthage installation instructions for the XCode 12 workaround [here](https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md#how-to-make-it-work). Then run the following command to build the dependencies and frameworks:
0 commit comments