-
Notifications
You must be signed in to change notification settings - Fork 144
/
DFTimelineView.podspec
41 lines (24 loc) · 1.05 KB
/
DFTimelineView.podspec
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
Pod::Spec.new do |s|
s.name = "DFTimelineView"
s.version = "1.3.9"
s.summary = "仿微信朋友圈时间轴 支持发送图文 短视频 赞 评论 图片大图浏览 视频预览"
s.homepage = "https://github.com/anyunzhong/DFTimelineView"
s.license = "Apache 2.0"
s.author = { "Fast-Dev-Kit" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/anyunzhong/DFTimelineView.git", :tag => "1.3.9" }
s.source_files = "DFTimelineView/DFTimelineView/**/*.{h,m}"
s.resources = "DFTimelineView/DFTimelineView/Resource/*.png"
s.requires_arc = true
s.dependency 'DFCommon'
s.dependency 'AFNetworking', '~> 3.0.0'
s.dependency 'SDWebImage', '~> 3.7.3'
s.dependency 'FMDB', '~> 2.5'
s.dependency 'MBProgressHUD', '~> 0.9.1'
s.dependency 'MLLabel', '~> 1.7'
s.dependency 'MJRefresh', '~> 3.1.0'
s.dependency 'ODRefreshControl', '~> 1.2'
s.dependency 'MJPhotoBrowser', '~> 1.0.2'
s.dependency 'MMPopupView'
s.dependency 'TZImagePickerController'
end