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
+13-13
Original file line number
Diff line number
Diff line change
@@ -143,18 +143,18 @@ If your project does not yet have a Podfile, use the `pod init` command in the r
143
143
use_frameworks!
144
144
145
145
target 'MyApp' do
146
-
pod 'IBMWatsonAssistantV1', '~> 4.0.1'
147
-
pod 'IBMWatsonAssistantV2', '~> 4.0.1'
148
-
pod 'IBMWatsonCompareComplyV1', '~> 4.0.1'
149
-
pod 'IBMWatsonDiscoveryV1', '~> 4.0.1'
150
-
pod 'IBMWatsonLanguageTranslatorV3', '~> 4.0.1'
151
-
pod 'IBMWatsonNaturalLanguageClassifierV1', '~> 4.0.1'
152
-
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 4.0.1'
153
-
pod 'IBMWatsonPersonalityInsightsV3', '~> 4.0.1'
154
-
pod 'IBMWatsonSpeechToTextV1', '~> 4.0.1'
155
-
pod 'IBMWatsonTextToSpeechV1', '~> 4.0.1'
156
-
pod 'IBMWatsonToneAnalyzerV3', '~> 4.0.1'
157
-
pod 'IBMWatsonVisualRecognitionV3', '~> 4.0.1'
146
+
pod 'IBMWatsonAssistantV1', '~> 4.1.0'
147
+
pod 'IBMWatsonAssistantV2', '~> 4.1.0'
148
+
pod 'IBMWatsonCompareComplyV1', '~> 4.1.0'
149
+
pod 'IBMWatsonDiscoveryV1', '~> 4.1.0'
150
+
pod 'IBMWatsonLanguageTranslatorV3', '~> 4.1.0'
151
+
pod 'IBMWatsonNaturalLanguageClassifierV1', '~> 4.1.0'
152
+
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 4.1.0'
153
+
pod 'IBMWatsonPersonalityInsightsV3', '~> 4.1.0'
154
+
pod 'IBMWatsonSpeechToTextV1', '~> 4.1.0'
155
+
pod 'IBMWatsonTextToSpeechV1', '~> 4.1.0'
156
+
pod 'IBMWatsonToneAnalyzerV3', '~> 4.1.0'
157
+
pod 'IBMWatsonVisualRecognitionV3', '~> 4.1.0'
158
158
end
159
159
```
160
160
@@ -181,7 +181,7 @@ $ brew install carthage
181
181
If your project does not have a Cartfile yet, use the `touch Cartfile`commandin 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