1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 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 '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
|