-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
executable file
·65 lines (58 loc) · 1.56 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#source `源地址`
#source 'https://github.com/CocoaPods/Specs.git'
platform:ios,'10.0'
target 'Instant' do
use_frameworks!
pod 'SnapKit', '~> 5.0.0'
pod 'Kingfisher', '~> 5.6.0'
pod 'Moya', '~> 13.0.1'
pod 'HandyJSON', '~> 5.0.0'
# pod 'SwiftyJSON', '~> 4.2.0'
# 分页
# pod 'DNSPageView', '~> 1.1.0'
#滚动页
# pod 'LTScrollView', '~> 0.2.0'
#切换滚动视图
pod 'JXSegmentedView', '~> 1.0.0'
pod 'MJRefresh', '~> 3.2.0'
#消息提示
# pod 'SwiftMessages', '~> 6.0.0'
pod 'MBProgressHUD+WJExtension', '~> 1.3.1'
#播放网络音频
# pod 'StreamingKit'
#视图动态
# pod 'SkeletonView'
#banner滚动图片
pod 'FSPagerView', '~> 0.8.3'
#高德地图
pod 'AMap3DMap', '~> 7.2.0'
pod 'AMapSearch', '~> 7.1.0'
pod 'AMapLocation', '~> 2.6.3'
pod 'AMapNavi', '~> 7.1.0' #导航SDK
pod 'M80AttributedLabel', '~> 1.9.9'
pod 'TZImagePickerController', '~> 3.2.1'
# 时间处理工具
pod 'SwiftDate', '~> 6.0.3'
#socket通讯
# pod 'CocoaAsyncSocket', '~> 7.6.3'
# 键盘处理工具
pod 'IQKeyboardManager', '~> 6.4.0'
# 选择器时间
pod 'HcdDateTimePicker', '~> 1.1.1'
# 图片和视频查看
pod 'YBImageBrowser', '~> 2.1.5'
# 缓存处理工具
# pod 'Cache', '~> 5.2.0'
pod 'FDFullscreenPopGesture', '~> 1.1'
# 跑马灯
pod 'JXMarqueeView', '~> 0.0.8'
# 选择器
pod 'BRPickerView', '~> 2.4.5'
# 崩溃日志
pod 'Bugly', '~> 2.5.0'
pod 'JVFloatLabeledTextField', '~> 1.2.1'
# 极光推送
pod 'JPush'
# 下拉列表
pod 'DropDown'
end