123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- platform :ios, '10.0'
- target 'YouQi' do
- use_frameworks!
- pod 'CL_ShanYanSDK'
- pod 'WechatOpenSDK'
- pod 'AliyunOSSiOS'
- pod 'MBProgressHUD'
- pod 'EmptyDataSet-Swift'
- pod 'UMCCommon'
- pod 'UMCPush'
- pod 'UMCSecurityPlugins'
- pod 'ESTabBarController-swift'
- pod 'ExpandableLabel'
- pod 'SKPhotoBrowser'
- pod 'TZImagePickerController'
- pod 'TZImagePreviewController'
- pod 'JXSegmentedView'
- pod 'JXPagingView/Paging'
- pod 'RongCloudIM/IMLib'
- pod 'RongCloudIM/IMKit'
- pod 'lottie-ios'
-
-
- #语音房
- # 压缩
- pod 'AvoidCrash'
- pod 'SSZipArchive'
- pod 'SZTextView', '1.1.5'
-
- # LinkedME
- pod 'LinkedME_LinkPage'
- #网络&数据&layout
- pod 'AFNetworking'
- pod 'WCDB'
- pod 'Masonry'
-
- #svga & gif
- pod 'SVGAPlayer'
- pod 'FLAnimatedImage'
- pod 'SDWebImage/GIF'
-
- #image
- pod 'Qiniu'
-
- #alert
- pod 'TYAlertController'
- # MVVM
- pod 'libextobjc', ' ~> 0.4'
- # pod 'ReactiveViewModel', '0.1.1'
- pod 'ReactiveObjC'
-
- #hud
- # pod 'MBProgressHUD', '~> 0.8'
-
- #YYKit
- pod 'YYModel'
- pod 'YYImage'
- pod 'YYWebImage'
- pod 'YYText', '~> 1.0.7'
- pod 'YYCache', '~> 1.0.4'
- pod 'YYCategories'
-
- #云信依赖
- pod 'SDWebImage', '~> 4.2.3'
- pod 'Toast', '~> 3.1.0'
- pod 'M80AttributedLabel', '~> 1.6.3'
-
- #云信
- pod 'NIMSDK_LITE', '~> 5.0.1'
- #声网
- pod 'AgoraRtcEngine_iOS'
-
- #iap
- # pod 'IAPHelper'
-
- #下拉刷新
- pod 'MJRefresh'
-
- #keyboard
- pod 'IQKeyboardManager'
- # 腾讯BUG管理
- pod 'Bugly'
- #动画
- pod 'pop', '~> 1.0.10'
-
- # pod 'JPush'
- pod 'VerifyCode'
- pod 'SocketRocket'
- end
|