We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdc135 commit f2e9860Copy full SHA for f2e9860
RoundCoachMark/1.0.4/RoundCoachMark.podspec
@@ -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