forked from luispadron/UICircularProgressRing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UICircularProgressRing.podspec
39 lines (23 loc) · 2.25 KB
/
UICircularProgressRing.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
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "UICircularProgressRing"
spec.version = "7.0.0"
spec.homepage = "http://ucpr.luispadron.com"
spec.summary = "A highly customizable circular progress bar for iOS written in Swift"
spec.description = <<-DESC
A highly customizable circular progress bar for iOS written in Swift, with Interface Builder support.
DESC
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "MIT", :file => "LICENSE.md" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { "Luis Padron" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "10.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/luispadron/UICircularProgressRing.git", :tag => "v#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "Legacy", "Legacy/**/*.{h,m,swift}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.swift_version = '5.2.4'
end