美文网首页
iOS EaseUI

iOS EaseUI

作者: 青椒辣不辣 | 来源:发表于2017-08-15 15:17 被阅读26次

    从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截图

    相关文章

      网友评论

          本文标题:iOS EaseUI

          本文链接:https://www.haomeiwen.com/subject/zfqvrxtx.html