-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathJXGradientNavigationBar.podspec
More file actions
26 lines (22 loc) · 1.01 KB
/
JXGradientNavigationBar.podspec
File metadata and controls
26 lines (22 loc) · 1.01 KB
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
#
# Be sure to run `pod lib lint JXGradientNavigationBar.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "JXGradientNavigationBar"
s.version = "0.1.2"
s.summary = "Custom UINavigationBar subclass with gradient colors on iOS."
s.homepage = "https://bailushuyuan.org"
s.screenshots = "https://github.com/swordray/JXGradientNavigationBar/raw/#{s.version.to_s}/JXGradientNavigationBarExample/ScreenShot.png"
s.license = 'MIT'
s.author = { "Jianqiu Xiao" => "swordray@gmail.com" }
s.source = { :git => "https://github.com/swordray/JXGradientNavigationBar.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'JXGradientNavigationBar/**/*'
s.frameworks = 'UIKit'
end