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