- doc folder: SDK documentation.
- HyphenateFull-SDK folder: Common features + video/audio calling.
- HyphenateSDK folder: Common features.
iOS Demo: https://github.com/HyphenateInc/Hyphenate-Demo-iOS
iOS Demo is dependending on EaseUI library:https://github.com/HyphenateInc/Hyphenate-EaseUI-iOS
CocoaPods is a dependency library manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like Hyphenate in your projects. For further detail, please visit https://cocoapods.org
$ gem install cocoapodsAdd the following line to Podfile
source 'https://github.com/CocoaPods/Specs.git'
target 'projectTarget' do
pod 'Hyphenate'
endrun the following command:
$ pod install