Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleCircleProgressView.podspec
More file actions
Latest commit
47 lines (29 loc) · 2.5 KB
/
Copy pathSimpleCircleProgressView.podspec
File metadata and controls
47 lines (29 loc) · 2.5 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
43
44
45
46
47
#
# pod spec lint SimpleCircleProgressView.podspec
#
Pod::Spec.newdo |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name="SimpleCircleProgressView"
s.version="1.0.4"
s.summary="Circle progress view made in swift."
s.description=<<-DESC
Circle progress view made in swift. Simple customization from storyboard.
DESC
s.homepage="https://github.com/bphenriques/CircleProgressView"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license={:type=>"MIT",:file=>"LICENCE.md"}
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author={"bphenriques"=>"brunoaphenriques@gmail.com"}
s.social_media_url="https://www.linkedin.com/in/bphenriques"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform=:ios
s.ios.deployment_target='8.0'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source={:git=>"https://github.com/bphenriques/CircleProgressView.git",:tag=>"1.0.3"}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files="CircularProgressView/**/*.{swift}"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.framework="UIKit"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc=true
end