-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLLAEasyButton.podspec
More file actions
42 lines (26 loc) · 2.39 KB
/
LLAEasyButton.podspec
File metadata and controls
42 lines (26 loc) · 2.39 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "LLAEasyButton"
spec.version = "1.0.7"
spec.summary = "LLAEasyButton is class for easy use of UIButton."
spec.description = <<-DESC
"LLAEasyButton" is class for easy use of UIButton.
The class can set normal/selected color.
Also easy use button's label.
DESC
spec.homepage = "https://github.com/daisuke-t-jp/LLAEasyButton"
spec.screenshots = "https://raw.githubusercontent.com/daisuke-t-jp/LLAEasyButton/master/doc/header.png"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "MIT", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { "daisuke-t-jp" => "daisuke.t.jp@gmail.com" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.ios.deployment_target = "10.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/daisuke-t-jp/LLAEasyButton.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "LLAEasyButton/LLAEasyButton/*.{swift}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.swift_version = "5.0"
spec.requires_arc = true
end