Skip to content

Commit f2e9860

Browse files
[Update] RoundCoachMark (1.0.4)
1 parent 5cdc135 commit f2e9860

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = "RoundCoachMark"
4+
s.version = "1.0.4"
5+
s.summary = "Useful tools for round coachmarks"
6+
s.homepage = "https://github.com/digital-horizon/RoundCoachMark"
7+
s.license = 'MIT'
8+
s.swift_versions = '4.2'
9+
10+
s.author = {
11+
"Dima Choock" => "d.choock@gmail.com"
12+
}
13+
14+
s.ios.deployment_target = '10.3'
15+
16+
s.social_media_url = 'https://digitalhorizon.ru'
17+
s.source = {
18+
:git => "https://github.com/digital-horizon/RoundCoachMark.git",
19+
:tag => s.version.to_s
20+
}
21+
22+
s.source_files = 'RoundCoachMark/RoundCoachMark/*.{h,m,swift}'
23+
s.requires_arc = true
24+
s.framework = 'UIKit'
25+
end

0 commit comments

Comments
 (0)