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
+14-14
Original file line number
Diff line number
Diff line change
@@ -79,18 +79,18 @@ If your project does not yet have a Podfile, use the `pod init` command in the r
79
79
use_frameworks!
80
80
81
81
target 'MyApp'do
82
-
pod 'IBMWatsonAssistantV1', '~> 3.5.0'
83
-
pod 'IBMWatsonAssistantV2', '~> 3.5.0'
84
-
pod 'IBMWatsonCompareComplyV1', '~> 3.5.0'
85
-
pod 'IBMWatsonDiscoveryV1', '~> 3.5.0'
86
-
pod 'IBMWatsonLanguageTranslatorV3', '~> 3.5.0'
87
-
pod 'IBMWatsonNaturalLanguageClassifierV1', '~> 3.5.0'
88
-
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 3.5.0'
89
-
pod 'IBMWatsonPersonalityInsightsV3', '~> 3.5.0'
90
-
pod 'IBMWatsonSpeechToTextV1', '~> 3.5.0'
91
-
pod 'IBMWatsonTextToSpeechV1', '~> 3.5.0'
92
-
pod 'IBMWatsonToneAnalyzerV3', '~> 3.5.0'
93
-
pod 'IBMWatsonVisualRecognitionV3', '~> 3.5.0'
82
+
pod 'IBMWatsonAssistantV1', '~> 3.5.1'
83
+
pod 'IBMWatsonAssistantV2', '~> 3.5.1'
84
+
pod 'IBMWatsonCompareComplyV1', '~> 3.5.1'
85
+
pod 'IBMWatsonDiscoveryV1', '~> 3.5.1'
86
+
pod 'IBMWatsonLanguageTranslatorV3', '~> 3.5.1'
87
+
pod 'IBMWatsonNaturalLanguageClassifierV1', '~> 3.5.1'
88
+
pod 'IBMWatsonNaturalLanguageUnderstandingV1', '~> 3.5.1'
89
+
pod 'IBMWatsonPersonalityInsightsV3', '~> 3.5.1'
90
+
pod 'IBMWatsonSpeechToTextV1', '~> 3.5.1'
91
+
pod 'IBMWatsonTextToSpeechV1', '~> 3.5.1'
92
+
pod 'IBMWatsonToneAnalyzerV3', '~> 3.5.1'
93
+
pod 'IBMWatsonVisualRecognitionV3', '~> 3.5.1'
94
94
end
95
95
```
96
96
@@ -113,7 +113,7 @@ $ brew install carthage
113
113
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.
0 commit comments