forked from danielsaidi/OnboardingKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTutti.podspec
24 lines (20 loc) · 1.04 KB
/
Tutti.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
# Run `pod lib lint Sheeeeeeeeet.podspec' to ensure this is a valid spec.
Pod::Spec.new do |s|
s.name = 'Tutti'
s.version = '3.0.2'
s.swift_versions = ['5.2']
s.summary = 'Tutti is a Swift library for creating tutorials, hints and onboarding experiences.'
s.description = <<-DESC
Tutti is a Swift library that can be used to handle app tutorials and hints. You
can create multiscreen tutorials, hint callouts from views you want to highlight
as well as compose onboarding experiences for entire apps and/or single features.
DESC
s.homepage = 'https://github.com/danielsaidi/Tutti'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Daniel Saidi' => 'daniel.saidi@gmail.com' }
s.source = { :git => 'https://github.com/danielsaidi/Tutti.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/danielsaidi'
s.swift_version = '5.1'
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/Tutti/**/*.swift'
end