-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathPodfile
executable file
·123 lines (84 loc) · 1.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
target 'SuperProject' do
pod 'CYLTabBarController'
# 全局滑动
pod 'FDFullscreenPopGesture'
# 网络请求
pod 'AFNetworking'
pod 'ASIHTTPRequest'
# 网络监控
pod 'Reachability'
#字典转模型
pod 'MJExtension'
# 下拉刷新
pod 'MJRefresh'
# 图片加载
pod 'SDWebImage'
#用于适配
pod 'Masonry'
# 蒙版
pod 'MBProgressHUD'
#YYKit
pod 'YYImage'
pod 'YYText'
#pod 'YYAsyncLayer'
pod 'YYCategories'
# 键盘管理
pod 'IQKeyboardManager'
# toast
pod 'Toast'
# 三级联动 时间 地址
pod 'MOFSPickerManager'
# 二维码
pod 'HMQRCodeScanner'
# 照片
pod 'TZImagePickerController'
# 进度
pod 'M13ProgressSuite'
# 指纹识别
pod 'TDTouchID'
# 数据存储
pod 'GVUserDefaults'
# scrollpageView
pod 'ZJScrollPageView'
# U-Share SDK
#UI模块
pod 'UMengUShare/UI'
# 集成微信(完整版14.4M)
pod 'UMengUShare/Social/WeChat'
# 集成QQ/QZone/TIM(完整版7.6M)
pod 'UMengUShare/Social/QQ'
# 集成新浪微博(完整版25.3M)
pod 'UMengUShare/Social/Sina'
#统计
pod 'UMengAnalytics-NO-IDFA'
#pod 'UMCCommon'
#pod 'UMCSecurityPlugins'
#SMSSDK
pod 'mob_smssdk'
#百度地图SDK
pod 'BaiduMapKit'
#定位SDK
pod 'BMKLocationKit'
# 唯一设备标识
pod 'FCUUID'
#打印log
pod 'CocoaLumberjack', '~> 2.0.0-rc'
#动画
pod 'pop'
#MQTT
pod 'MQTTClient'
pod 'MQTTClient/Websocket'
pod 'SocketRocket'
#JS与OC交互
pod 'WebViewJavascriptBridge'
#侧滑
pod 'MMDrawerController'
#数据库
pod 'FMDB'
# 泡泡uibutton
#pod 'DWBubbleMenuButton'
# 无限轮播
#pod 'SDCycleScrollView'
end