- 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 cocoapods
Add the following line to Podfile
source 'https://github.com/CocoaPods/Specs.git'
target 'projectTarget' do
pod 'Hyphenate'
end
run the following command:
$ pod install