-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
35 lines (30 loc) · 870 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
inhibit_all_warnings!
target 'MiYu' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AFNetworking'
pod 'MBProgressHUD'
pod 'YYCache'
pod 'YYModel'
pod 'MJRefresh'
pod 'DZNEmptyDataSet'
pod 'Masonry'
pod 'SDWebImage'
pod 'IQKeyboardManager'
pod 'CYLTabBarController'
pod 'TZImagePickerController' #照片选择浏览器
pod 'UITableView+FDTemplateLayoutCell'
pod 'FMDB' #数据库
# 友盟分享&登录
pod 'UMCommon'
pod 'UMShare/UI'
pod 'UMShare/Social/WeChat'
pod 'UMShare/Social/QQ'
pod 'UMCSecurityPlugins'
pod 'JPush' #极光推送
# 直播&通话&IM
pod 'AgoraRtcEngine_iOS' #视频通话、直播SDK
pod 'AgoraRtm_iOS' #即时通讯IM
end