In order to install the SDK, we use CocoaPods, a dependency manager for iOS/MacOS projects.
Learn more about CocoaPods.
In your podfile, insert the following pod info:
# other podfile info
target '*Your-Target*'
use_frameworks!
pod 'CMPComapiChat'
endthen, in your project directory, run:
$ pod installTo use the framework, import:
#import <CMPComapiChat/CMPComapiChat.h>import CMPComapiChatand you're ready to continue.
