forked from enricmacias/ExpandableTableViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpandableTableViewController.podspec
More file actions
19 lines (15 loc) · 956 Bytes
/
ExpandableTableViewController.podspec
File metadata and controls
19 lines (15 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'ExpandableTableViewController'
s.version = '2.0'
s.summary = 'Swift library to easily show, hide and customize table view cells as an expandable list of items.'
s.description = <<-DESC
Swift library to easily show, hide and customize table view cells as an expandable list of items, long text or pickers.
DESC
s.homepage = 'https://github.com/enricmacias/ExpandableTableViewController'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Enric Macias Lopez' => 'enric_maciaslopez@gmail.com' }
s.source = { :git => 'https://github.com/enricmacias/ExpandableTableViewController.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'ExpandableTableViewController/Classes/**/*'
end