| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
- platform :ios, '11.0'
- target 'MiMoLive' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'MBProgressHUD', '~> 1.1.0'
- pod 'SDWebImage', '~> 5.11.1'
- pod 'SDWebImageWebPCoder'
- pod 'AFNetworking', '~> 4.0.1'
- pod 'Masonry', '~> 1.1.0'
- pod 'YYCache', '~> 1.0.4'
- pod 'IQKeyboardManager', '~> 6.5.15'
- pod 'MJRefresh', '~> 3.7.5'
- pod 'TZImagePickerController', '~> 3.8.3'
-
- #因为修改不便, EaseIMKit改为手动导入
- #pod 'EaseIMKit', :git => 'https://github.com/cabbageTingZhang/easeui_ios.git'
- pod 'HyphenateChat', '~> 4.1.1'
-
- pod 'FMDB'
- #滚动视图
- pod 'JXCategoryView', '1.6.1'
- #RTM
- pod 'AgoraRtm_iOS', '~> 1.5.1'
- #Adjust
- pod 'Adjust', '~> 4.38.4'
-
- # x.y.z 请填写具体的 RTC SDK 版本号,如 4.0.1 或 4.0.0.4
- # 可通过互动直播发版说明获取最新版本号
- # pod 'AgoraRtcEngine_iOS', '4.3.0'
- pod 'AgoraRtcEngine_Special_iOS', '4.1.1.30'
- # 配置商汤美颜的依赖库
- pod 'SenseLib', :path => 'sense.podspec'
-
- #svga
- pod 'SVGAPlayer-iOS', :git => 'https://github.com/cabbageTingZhang/SVGAPlayer-iOS.git'
-
- # 推送
- pod 'mob_pushsdk'
- # 第三方登录/分享等 主模块(必须)
- pod 'mob_sharesdk'
- # UI模块(非必须,需要用到ShareSDK提供的分享菜单栏和分享编辑页面需要以下1行)
- pod 'mob_sharesdk/ShareSDKUI'
- pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
- pod 'mob_sharesdk/ShareSDKPlatforms/Facebook'
- pod 'mob_sharesdk/ShareSDKPlatforms/GooglePlus'
- pod 'mob_sharesdk/ShareSDKPlatforms/Instagram'
- pod 'mob_sharesdk/ShareSDKPlatforms/Line'
- pod 'mob_sharesdk/ShareSDKPlatforms/WhatsApp'
- pod 'mob_sharesdk/ShareSDKPlatforms/Twitter'
- end
|