Skip to content

lmazzoli/swiftChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watson Developer Cloud Swift SDK: Chat App Example

This repository contains an example application to demonstrate how the Swift-based Watson Developer Cloud Swift SDK can be consumed from an Objective-C application.

This example modifies the JSQMessagesViewController demo application to add Watson services, including Speech to Text, Conversation, and Text to Speech.

Please note that this project is still a work-in-progress!

Requirements

  • Xcode 7.3+
  • iOS 8.0+

Dependency Management

This project uses both Carthage and CocoaPods to manage dependencies.

  • Install Carthage using Homebrew: brew install carthage
  • Install CocoaPods: sudo gem install cocoapods

Getting Started

  1. Clone the repository: git clone https://github.com/watson-developer-cloud/simple-chat-objective-c.git
  2. Build the dependencies: carthage update --platform iOS
  3. Open ChatApp.xcworkspace
  4. Update your service credentials in Credentials.swift
  5. Build and run the app!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors