-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDFITableViewManager.podspec
39 lines (29 loc) · 1.22 KB
/
DFITableViewManager.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
Pod::Spec.new do |s|
<<<<<<< HEAD
s.version = "0.1.1"
=======
s.version = "0.1.6"
>>>>>>> dev
s.name = "DFITableViewManager"
s.summary = "DFITableViewManager is a part of DFInfrasturcture"
s.description = <<-DESC
DFITableViewManager is a library for simplify tableView delegate and dataSource code.
DESC
s.homepage = "https://github.com/sdaheng/DFITableViewManager.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "sdaheng" => "[email protected]" }
s.platform = :ios, "8.0"
# s.ios.deployment_target = "5.0"
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/sdaheng/DFITableViewManager.git", :tag => "0.1.1" }
s.source_files = "DFITableViewManager/**/*.{h,m}"
s.public_header_files = ["DFITableViewManager/DFITableViewManager.h",
"DFITableViewManager/DFITableViewModel.h",
"DFITableViewManager/DFITableViewPaging.h",
"DFITableViewManager/DFITableViewConfiguration.h",
"DFITableViewManager/DFITableViewManagerDefines.h"]
s.requires_arc = true
s.dependency 'DFITableViewCells'
end