-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMobilliumToolTips.podspec
More file actions
29 lines (25 loc) · 1.14 KB
/
MobilliumToolTips.podspec
File metadata and controls
29 lines (25 loc) · 1.14 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
Pod::Spec.new do |s|
s.name = 'MobilliumToolTips'
s.version = '1.0.7'
s.summary = 'Simplify the user journey with customizable step-by-step guides'
s.description = <<-DESC
You can display brief informational notes to users in the targeted areas on the desired page. Additionally, you have the ability to show or hide the buttons in the lower section.
DESC
s.homepage = 'https://github.com/mobillium/MobilliumToolTips'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'serkan' => 'srkanerkan@gmail.com' }
s.source = { :git => 'https://github.com/mobillium/MobilliumToolTips.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/serkandSYM'
s.ios.deployment_target = '13.0'
s.swift_version = "5.0"
s.source_files = [
'Sources/MobilliumToolTips/Classes/**/*',
'Sources/MobilliumToolTips/Assets/*'
]
s.frameworks = [
'Foundation',
'UIKit'
]
s.dependency 'MobilliumBuilders', '~> 1.5'
s.dependency 'TinyConstraints', '~> 4.0'
end