Sign in
iOS Team
/
CNLiveMateCode
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f7745d5dfdde2269a0f6b05d75d1d475f33a0c3e
Authored by
liushiyu
2023-07-04 16:33:02 +0800
1 parent
28efa3fc
去除网络监听组件
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
Podfile
Podfile
View file @
f7745d5
...
...
@@ -27,8 +27,6 @@ target 'metaCode' do
27
27
pod 'MBProgressHUD'
28
28
#空白占位
29
29
pod 'EmptyDataSet-Swift'
30
- #网络监听
31
- pod 'ReachabilitySwift'
32
30
#模型转换工具
33
31
pod 'HandyJSON'
34
32
#图片视频选择器
...
...