forked from cenksk/CITreeView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITreeView.podspec
More file actions
19 lines (14 loc) · 847 Bytes
/
CITreeView.podspec
File metadata and controls
19 lines (14 loc) · 847 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 = 'CITreeView'
s.version = '1.6.1'
s.summary = 'CITreeView created to implement and maintain that wanted TreeView structures for IOS platforms easy way.'
s.description = <<-DESC
CITreeView created to implement and maintain that wanted TreeView structures for IOS platforms easy way. CITreeView offers an infinite treeview structure and is constantly being developed
DESC
s.homepage = 'https://github.com/cenksk/CITreeView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Cenk Işık' => 'isik.cnk@gmail.com' }
s.source = { :git => 'https://github.com/cenksk/CITreeView.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = "CITreeViewClasses/*.swift"
end