-
Notifications
You must be signed in to change notification settings - Fork 21
/
DFCommon.podspec
46 lines (26 loc) · 1.09 KB
/
DFCommon.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
42
43
44
45
46
Pod::Spec.new do |s|
s.name = "DFCommon"
s.version = "1.4.19"
s.summary = "快速开发ios app,封装了ios开发常用的功能"
s.homepage = "https://github.com/anyunzhong/DFCommon"
s.license = "Apache 2.0"
s.author = { "AllenZhong" => "[email protected]" }
# s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/anyunzhong/DFCommon.git", :tag => "1.4.19" }
s.source_files = "DFCommon/DFCommon/**/*.{h,m}"
s.resources = "DFCommon/DFCommon/Resource/*.*"
s.requires_arc = true
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 'EGOTableViewPullRefresh', '~> 0.1.0'
s.dependency 'MJRefresh', '~> 3.1.0'
s.dependency 'ODRefreshControl', '~> 1.2'
s.dependency 'MJPhotoBrowser', '~> 1.0.2'
s.dependency 'MMPopupView'
s.dependency 'TZImagePickerController'
s.vendored_frameworks = "DFCommon/DFCommon/Lib/lame/lame.framework"
end