/wit-ios-sdk

Wit.ai iOS SDK

Primary LanguageObjective-COtherNOASSERTION

Wit-iOS 4.1.0

The wit.ai iOS SDK is the easiest way to integrate wit.ai features into your iOS application.

The SDK can capture intents and entities from:

  • the microphone of the device
  • text

Link to the SDK

####Using Cocoapods

Add the following dependency to your Podfile:

pod 'Wit', '~> 4.1.0'

And then run the following command in your project home directory:

pod install

####Using Wit.framework You can download an archive containing the the .framework and the .bundle files under the release section.

How to use

You will find on our website a quick start guide of our iOS SDK and a fully detailed API reference: https://wit.ai/docs/ios/4.0.0