Skip to content

Commit 8359f8d

Browse files
Update to 5.0.0 (#1067)
* build(version): update 4.3.0 to 5.0.0 * refactor(podspec): update authors
1 parent 9d541f1 commit 8359f8d

19 files changed

+42
-42
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.3.0
2+
current_version = 5.0.0
33
commit = True
44
message = Release version {new_version} [skip ci]
55

IBMWatsonAssistantV1.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonAssistantV1'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Assistant service'
66
s.description = <<-DESC
77
With the IBM Watson™ Assistant service, you can build a solution that understands
@@ -10,7 +10,7 @@ natural-language input and uses machine learning to respond to customers in a wa
1010
s.homepage = 'https://www.ibm.com/cloud/watson-assistant'
1111
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1212
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
13-
'Mike Kistler' => 'mkistler@us.ibm.com' }
13+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1414

1515
s.module_name = 'Assistant'
1616
s.ios.deployment_target = '10.0'

IBMWatsonAssistantV2.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonAssistantV2'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Assistant service'
66
s.description = <<-DESC
77
With the IBM Watson™ Assistant service, you can build a solution that understands
@@ -10,7 +10,7 @@ natural-language input and uses machine learning to respond to customers in a wa
1010
s.homepage = 'https://www.ibm.com/cloud/watson-assistant'
1111
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1212
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
13-
'Mike Kistler' => 'mkistler@us.ibm.com' }
13+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1414

1515
s.module_name = 'Assistant'
1616
s.ios.deployment_target = '10.0'

IBMWatsonDiscoveryV1.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonDiscoveryV1'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Discovery service'
66
s.description = <<-DESC
77
IBM Watson™ Discovery makes it possible to rapidly build cognitive, cloud-based exploration applications
@@ -11,7 +11,7 @@ as well as public and third-party data.
1111
s.homepage = 'https://www.ibm.com/watson/services/discovery/'
1212
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1313
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
14-
'Mike Kistler' => 'mkistler@us.ibm.com' }
14+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1515

1616
s.module_name = 'Discovery'
1717
s.ios.deployment_target = '10.0'

IBMWatsonDiscoveryV2.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonDiscoveryV2'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Discovery V2 service'
66
s.description = <<-DESC
77
IBM Watson™ Discovery makes it possible to rapidly build cognitive, cloud-based exploration applications
@@ -11,7 +11,7 @@ as well as public and third-party data. IBM Watson™ Discovery V2 is available
1111
s.homepage = 'https://www.ibm.com/watson/services/discovery/'
1212
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1313
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
14-
'Mike Kistler' => 'mkistler@us.ibm.com' }
14+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1515

1616
s.module_name = 'Discovery'
1717
s.ios.deployment_target = '10.0'

IBMWatsonLanguageTranslatorV3.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonLanguageTranslatorV3'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Language Translator service'
66
s.description = <<-DESC
77
IBM Watson™ Language Translator can identify the language of text and translate it into different languages programmatically.
88
DESC
99
s.homepage = 'https://www.ibm.com/cloud/watson-language-translator'
1010
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1111
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
12-
'Mike Kistler' => 'mkistler@us.ibm.com' }
12+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1313

1414
s.module_name = 'LanguageTranslator'
1515
s.ios.deployment_target = '10.0'

IBMWatsonNaturalLanguageUnderstandingV1.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonNaturalLanguageUnderstandingV1'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Natural Language Understanding service'
66
s.description = <<-DESC
77
IBM Watson™ Natural Language Understanding can analyze semantic features of text input,
@@ -10,7 +10,7 @@ including categories, concepts, emotion, entities, keywords, metadata, relations
1010
s.homepage = 'https://www.ibm.com/watson/services/natural-language-understanding/'
1111
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1212
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
13-
'Mike Kistler' => 'mkistler@us.ibm.com' }
13+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1414

1515
s.module_name = 'NaturalLanguageUnderstanding'
1616
s.ios.deployment_target = '10.0'

IBMWatsonSpeechToTextV1.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonSpeechToTextV1'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Speech to Text service'
66
s.description = <<-DESC
77
The IBM® Speech to Text leverages machine intelligence to transcribe the human voice accurately.
@@ -11,7 +11,7 @@ of the audio signal. It continuously returns and retroactively updates a transcr
1111
s.homepage = 'https://www.ibm.com/watson/services/speech-to-text/'
1212
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1313
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
14-
'Mike Kistler' => 'mkistler@us.ibm.com' }
14+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1515

1616
s.module_name = 'SpeechToText'
1717
s.ios.deployment_target = '10.0'

IBMWatsonTextToSpeechV1.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'IBMWatsonTextToSpeechV1'
4-
s.version = '4.3.0'
4+
s.version = '5.0.0'
55
s.summary = 'Client framework for the IBM Watson Text to Speech service'
66
s.description = <<-DESC
77
IBM® Text to Speech uses IBM's speech-synthesis capabilities to convert written text to natural-sounding speech.
@@ -10,7 +10,7 @@ The service streams the results back to the client with minimal delay.
1010
s.homepage = 'https://www.ibm.com/watson/services/text-to-speech/'
1111
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
1212
s.authors = { 'Jeff Arn' => 'jtarn@us.ibm.com',
13-
'Mike Kistler' => 'mkistler@us.ibm.com' }
13+
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' }
1414

1515
s.module_name = 'TextToSpeech'
1616
s.ios.deployment_target = '10.0'

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ If your project does not yet have a Podfile, use the `pod init` command in the r
132132
use_frameworks!
133133

134134
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'
142142
end
143143
```
144144

@@ -164,7 +164,7 @@ $ brew install carthage
164164
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.
165165

166166
```
167-
github "watson-developer-cloud/swift-sdk" ~> 4.3.0
167+
github "watson-developer-cloud/swift-sdk" ~> 5.0.0
168168
```
169169

170170
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:

Scripts/jazzy-config/AssistantV1.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/AssistantV1
66
module: AssistantV1
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/AssistantV1/README.md
99
readme: ../../Sources/AssistantV1/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "AssistantV1"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/AssistantV2.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/AssistantV2
66
module: AssistantV2
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/AssistantV2/README.md
99
readme: ../../Sources/AssistantV2/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "AssistantV2"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/DiscoveryV1.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/DiscoveryV1
66
module: DiscoveryV1
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/DiscoveryV1/README.md
99
readme: ../../Sources/DiscoveryV1/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "DiscoveryV1"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/DiscoveryV2.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/DiscoveryV2
66
module: DiscoveryV2
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/DiscoveryV2/README.md
99
readme: ../../Sources/DiscoveryV2/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "DiscoveryV2"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/LanguageTranslatorV3.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/LanguageTranslatorV3
66
module: LanguageTranslatorV3
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/LanguageTranslatorV3/README.md
99
readme: ../../Sources/LanguageTranslatorV3/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "LanguageTranslatorV3"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/NaturalLanguageUnderstandingV1.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/NaturalLanguageUnderstandingV1
66
module: NaturalLanguageUnderstandingV1
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/NaturalLanguageUnderstandingV1/README.md
99
readme: ../../Sources/NaturalLanguageUnderstandingV1/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "NaturalLanguageUnderstandingV1"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/SpeechToTextV1.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/SpeechToTextV1
66
module: SpeechToTextV1
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/SpeechToTextV1/README.md
99
readme: ../../Sources/SpeechToTextV1/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "SpeechToTextV1"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Scripts/jazzy-config/TextToSpeechV1.jazzy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github_url: https://github.com/watson-developer-cloud/swift-sdk
44
clean: true
55
output: ../../gh-pages/services/TextToSpeechV1
66
module: TextToSpeechV1
7-
module_version: "4.3.0"
7+
module_version: "5.0.0"
88
documentation: ../../Sources/TextToSpeechV1/README.md
99
readme: ../../Sources/TextToSpeechV1/README.md
1010
build_tool_arguments:
@@ -13,4 +13,4 @@ build_tool_arguments:
1313
- "-scheme"
1414
- "TextToSpeechV1"
1515
- "-destination"
16-
- "platform=iOS Simulator,name=iPhone 11"
16+
- "platform=iOS Simulator,name=iPhone 11"

Sources/SupportingFiles/Shared.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal struct Shared {
4444
static let icpPrefix = "icp-"
4545
}
4646

47-
static let sdkVersion = "4.3.0"
47+
static let sdkVersion = "5.0.0"
4848

4949
/// The "User-Agent" header to be sent with every RestRequest
5050
static let userAgent: String? = {

0 commit comments

Comments
 (0)