從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' 會附帶一些其他的依賴第三方框架(紅色框框)
Cocoapods截圖