iOS EaseUI

从3.1.1开始, 小伙伴们可以使用 Cocoapods 来集成环信3.0SDK版本的easeui

Podfile 文件添加如下代码(建议集成EaseUI时指定其版本,与SDK保持版本相同,否则会出现一些错误和麻烦)

pod 'EaseUI', :git => 'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git', :tag => '3.3.3'
pod 'EaseUILite', :git =>'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git'

pod 'EaseUI' 会附带一些其他的依赖第三方框架(红色框框)

iOS EaseUI_第1张图片
Cocoapods截图

你可能感兴趣的:(iOS EaseUI)