File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
articles/cognitive-services/Speech-Service/includes/quickstarts/platform Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
34
34
use_frameworks!
35
35
36
36
target 'AppName' do
37
- pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.24 .0'
37
+ pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.25 .0'
38
38
end
39
39
```
40
40
1. Run `pod install` to install the Speech SDK.
@@ -64,7 +64,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
64
64
use_frameworks!
65
65
66
66
target 'AppName' do
67
- pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.24 .0'
67
+ pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.25 .0'
68
68
end
69
69
```
70
70
1. Run `pod install` to install the Speech SDK.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
34
34
use_frameworks!
35
35
36
36
target 'AppName' do
37
- pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.24 .0'
37
+ pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.25 .0'
38
38
end
39
39
```
40
40
1. Run `pod install` to install the Speech SDK.
@@ -65,7 +65,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
65
65
use_frameworks!
66
66
67
67
target 'AppName' do
68
- pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.24 .0'
68
+ pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.25 .0'
69
69
end
70
70
```
71
71
1. Run `pod install` to install the Speech SDK.
You can’t perform that action at this time.
0 commit comments