-
Notifications
You must be signed in to change notification settings - Fork 0
/
LLALogManager.podspec
42 lines (26 loc) · 2.36 KB
/
LLALogManager.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "LLALogManager"
spec.version = "1.0.15"
spec.summary = "Customizable Swift Logger 🐝ℹ️⚠️💣💥"
spec.description = <<-DESC
LLALogManager can output additional information.
DESC
spec.homepage = "https://github.com/daisuke-t-jp/LLALogManager"
spec.screenshots = "https://raw.githubusercontent.com/daisuke-t-jp/LLALogManager/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"
spec.osx.deployment_target = "10.12"
spec.tvos.deployment_target = "12.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/daisuke-t-jp/LLALogManager.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "LLALogManager/LLALogManager/*.{swift}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.swift_version = "5.0"
spec.requires_arc = true
end