-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build(version): update 4.3.0 to 5.0.0 * refactor(podspec): update authors
- Loading branch information
1 parent
9d541f1
commit 8359f8d
Showing
19 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonAssistantV1' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Assistant service' | ||
s.description = <<-DESC | ||
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 | |
s.homepage = 'https://www.ibm.com/cloud/watson-assistant' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'Assistant' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonAssistantV2' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Assistant service' | ||
s.description = <<-DESC | ||
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 | |
s.homepage = 'https://www.ibm.com/cloud/watson-assistant' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'Assistant' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonDiscoveryV1' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Discovery service' | ||
s.description = <<-DESC | ||
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. | |
s.homepage = 'https://www.ibm.com/watson/services/discovery/' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'Discovery' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonDiscoveryV2' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Discovery V2 service' | ||
s.description = <<-DESC | ||
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 | |
s.homepage = 'https://www.ibm.com/watson/services/discovery/' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'Discovery' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonLanguageTranslatorV3' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Language Translator service' | ||
s.description = <<-DESC | ||
IBM Watson™ Language Translator can identify the language of text and translate it into different languages programmatically. | ||
DESC | ||
s.homepage = 'https://www.ibm.com/cloud/watson-language-translator' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'LanguageTranslator' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonNaturalLanguageUnderstandingV1' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Natural Language Understanding service' | ||
s.description = <<-DESC | ||
IBM Watson™ Natural Language Understanding can analyze semantic features of text input, | ||
|
@@ -10,7 +10,7 @@ including categories, concepts, emotion, entities, keywords, metadata, relations | |
s.homepage = 'https://www.ibm.com/watson/services/natural-language-understanding/' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'NaturalLanguageUnderstanding' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonSpeechToTextV1' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Speech to Text service' | ||
s.description = <<-DESC | ||
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 | |
s.homepage = 'https://www.ibm.com/watson/services/speech-to-text/' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'SpeechToText' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'IBMWatsonTextToSpeechV1' | ||
s.version = '4.3.0' | ||
s.version = '5.0.0' | ||
s.summary = 'Client framework for the IBM Watson Text to Speech service' | ||
s.description = <<-DESC | ||
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. | |
s.homepage = 'https://www.ibm.com/watson/services/text-to-speech/' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.authors = { 'Jeff Arn' => '[email protected]', | ||
'Mike Kistler' => 'mkistler@us.ibm.com' } | ||
'Angelo Paparazzi' => 'angelo.paparazzi@ibm.com' } | ||
|
||
s.module_name = 'TextToSpeech' | ||
s.ios.deployment_target = '10.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters