forked from god-long/GLSegmentView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGLSegmentView.podspec
27 lines (21 loc) · 893 Bytes
/
GLSegmentView.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
Pod::Spec.new do |s|
s.name = "GLSegmentView"
s.version = "0.0.1"
s.summary = "A segment view for title"
s.description = <<-DESC
segment A segment view for title
DESC
s.homepage = "https://github.com/god-long/GLSegmentView"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "god-long" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/god-long/GLSegmentView.git", :tag => s.version }
s.source_files = "GLSegmentView/*.{swift}"
# s.resources = ['GLSegmentView/*.{xib}']
s.resource_bundles = {'GLSegmentView' => ['GLSegmentView/*.{xib}']}
s.framework = "UIKit"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end