-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathXUI.podspec
More file actions
24 lines (20 loc) · 798 Bytes
/
XUI.podspec
File metadata and controls
24 lines (20 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = 'XUI'
s.version = '1.1.2'
s.summary = 'A configuration based native TableView UI.'
s.description = <<-DESC
XUI is a drop-in replacement for "Settings Application Schema" on iOS.
DESC
s.homepage = 'https://github.com/Lessica/XUI'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Lessica' => 'i.82@me.com' }
s.source = { :git => 'https://github.com/Lessica/XUI.git', :tag => s.version.to_s }
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.source_files = 'XUI/Classes/**/*'
# s.resource_bundles = {
# 'XUI' => ['XUI/Assets/**/*']
# }
# s.public_header_files = 'XUI/Classes/**/*.h'
# s.frameworks = 'UIKit'
end