Skip to content

Commit

Permalink
docs: Add Jeff Arn as Pod owner and update featured projects in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kistler committed Jun 28, 2019
1 parent a10fd17 commit 24b328f
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 15 deletions.
3 changes: 2 additions & 1 deletion IBMWatsonAssistantV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ natural-language input and uses machine learning to respond to customers in a wa
DESC
s.homepage = 'https://www.ibm.com/watson/ai-assistant/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'Assistant'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonAssistantV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ natural-language input and uses machine learning to respond to customers in a wa
DESC
s.homepage = 'https://www.ibm.com/watson/ai-assistant/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'Assistant'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonCompareComplyV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ IBM Watson™ Compare and Comply analyzes governing documents to provide details
DESC
s.homepage = 'https://www.ibm.com/blogs/watson/2018/02/watson-compare-comply/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'CompareComply'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonDiscoveryV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ as well as public and third-party data.
DESC
s.homepage = 'https://www.ibm.com/watson/services/discovery/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'Discovery'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonLanguageTranslatorV3.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ IBM Watson™ Language Translator can identify the language of text and translat
DESC
s.homepage = 'https://www.ibm.com/watson/services/language-translator/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'LanguageTranslator'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonNaturalLanguageClassifierV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ return information for texts that it is not trained on.
DESC
s.homepage = 'https://www.ibm.com/watson/services/natural-language-classifier/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'NaturalLanguageClassifier'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonNaturalLanguageUnderstandingV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ including categories, concepts, emotion, entities, keywords, metadata, relations
DESC
s.homepage = 'https://www.ibm.com/watson/services/natural-language-understanding/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'NaturalLanguageUnderstanding'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonPersonalityInsightsV3.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ from digital communications such as email, text messages, tweets, and forum post
DESC
s.homepage = 'https://www.ibm.com/watson/services/personality-insights/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'PersonalityInsights'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonSpeechToTextV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ of the audio signal. It continuously returns and retroactively updates a transcr
DESC
s.homepage = 'https://www.ibm.com/watson/services/speech-to-text/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'SpeechToText'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonTextToSpeechV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The service streams the results back to the client with minimal delay.
DESC
s.homepage = 'https://www.ibm.com/watson/services/text-to-speech/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'TextToSpeech'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonToneAnalyzerV3.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The service can analyze tone at both the document and sentence levels.
DESC
s.homepage = 'https://www.ibm.com/watson/services/tone-analyzer/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'ToneAnalyzer'
s.ios.deployment_target = '10.0'
Expand Down
3 changes: 2 additions & 1 deletion IBMWatsonVisualRecognitionV3.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ scenes, objects, faces, and other content. The response includes keywords that p
DESC
s.homepage = 'https://www.ibm.com/watson/services/visual-recognition/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Mike Kistler' => '[email protected]' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }

s.module_name = 'VisualRecognition'
s.ios.deployment_target = '10.0'
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ brew update
$ brew install carthage
```

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.
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.

```
github "watson-developer-cloud/swift-sdk" ~> 2.1.0
Expand Down Expand Up @@ -257,12 +257,10 @@ Each service method also accepts an optional `headers` parameter which is a dict
We love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.

* [Simple Chat (Swift)](https://github.com/watson-developer-cloud/simple-chat-swift)
* [Simple Chat (Objective-C)](https://github.com/watson-developer-cloud/simple-chat-objective-c)
* [Visual Recognition with Core ML](https://github.com/watson-developer-cloud/visual-recognition-coreml)
* [Visual Recognition and Discovery with Core ML](https://github.com/watson-developer-cloud/visual-recognition-with-discovery-coreml)
* [Speech to Text](https://github.com/watson-developer-cloud/speech-to-text-swift)
* [Text to Speech](https://github.com/watson-developer-cloud/text-to-speech-swift)
* [Cognitive Concierge](https://github.com/IBM-MIL/CognitiveConcierge)

## Synchronous Execution

Expand Down

0 comments on commit 24b328f

Please sign in to comment.