-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
42 lines (34 loc) · 901 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
36
37
38
39
40
41
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
platform :ios, '7.0'
target “WYStreamMaster” do
pod 'AFNetworking', '~> 3.1.0'
pod 'TMCache', '~> 2.1.0'
pod 'Masonry', '~> 1.0.1'
pod 'YYKit', '~> 1.0.6'
pod 'SDWebImage', '~> 3.8.0'
pod 'PLMediaStreamingKit', '~> 2.1.5'
pod 'MBProgressHUD'
pod 'BlocksKit', '~> 2.2.5'
#pod 'NIMSDK'
pod 'SocketRocket'
pod 'GMGridView'
pod 'CRToast'
#腾讯bug统计SDK
pod 'Bugly'
#蒲公英更新SDK
pod 'PgyUpdate', '~> 1.2'
# 下拉刷新
pod 'MJRefresh'
#友盟三方
pod 'UMengSocialCOM'
# 列表空白页控件
pod 'DZNEmptyDataSet'
pod 'DeviceUtil', '~> 2.0.1'
pod 'NJKWebViewProgress', '~> 0.2.3'
# 七牛播放器SDK
pod 'PLPlayerKit'
#################### LiCan Start ######################
pod 'NIMSDK', :path=>'/Users/wangjingkeji/Desktop/暂存文件/NIM_iOS_SDK'
#################### LiCan End ######################
end