forked from romaonthego/RETableViewManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRETableViewManager.podspec
21 lines (18 loc) · 932 Bytes
/
RETableViewManager.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.5.8'
s.authors = { 'Roman Efimov' => '[email protected]' }
s.homepage = 'https://github.com/romaonthego/RETableViewManager'
s.summary = 'Powerful data driven content manager for UITableView.'
s.source = { :git => 'https://github.com/romaonthego/RETableViewManager.git',
:tag => '1.5.8' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'
s.requires_arc = true
s.source_files = 'RETableViewManager/Cells', 'RETableViewManager/Items', 'RETableViewManager'
s.public_header_files = 'RETableViewManager/Cells/*.h', 'RETableViewManager/*.h', 'RETableViewManager/Items/*.h'
s.resources = 'RETableViewManager/RETableViewManager.bundle'
s.ios.deployment_target = '6.0'
s.dependency 'REFormattedNumberField', '~> 1.1.1'
s.dependency 'REValidation', '~> 0.1.4'
end