-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPodfile
34 lines (28 loc) · 907 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'ZGMailbox' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for ZGMailbox
pod 'Masonry'#布局
pod 'MJRefresh'#下拉刷新
pod 'MyLayout' #流式布局
# pod 'mailcore2-ios'#邮件协议
pod 'TTTAttributedLabel'#富文本
pod 'pop'#动画库
pod 'TZImagePickerController'#图片选择器
pod 'SDWebImage'#图片加载
pod 'DACircularProgress'#已停止更新
pod 'MBProgressHUD'#加载视图
pod 'DZNEmptyDataSet' #页面空数据视图
target 'ZGMailboxTests' do
inherit! :search_paths
# Pods for testing
end
target 'ZGMailboxUITests' do
inherit! :search_paths
# Pods for testing
end
end