Hyphenate iOS SDK(doesn’t support the real-time speech function) CocoaPod repo
Start with 3.1.2, the developers could use Cocoapods to integrate Hyphenate-SDK, Quick Start:
-
Add the following line to your podfile:
pod 'HyphenateLite'
-
Make sure to include our SDK libraries from your .h file:
#import <HyphenateLite/EMSDK.h>
And next, the developers could normally use all the features of Hyphenate-SDK.
The developers could read the detail for initialization in our official documents: Initialization