forked from andreamazz/AMPopTip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAMPopTip.podspec
More file actions
20 lines (20 loc) · 1.02 KB
/
AMPopTip.podspec
File metadata and controls
20 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "AMPopTip"
s.version = "2.1.8"
s.summary = "Animated popover, great for subtle UI tips and onboarding."
s.description = <<-DESC
Animated popover that pops out of a frame. You can specify the
direction of the popover and the arrow that points to its origin.
Color, border radius and font can be easily customized.
This popover can be used to leave subtle hints about your UI and
provide fun looking onboarding popups.
DESC
s.homepage = "https://github.com/andreamazz/AMPopTip"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => s.version }
s.platform = :ios, '8.0'
s.source_files = 'Source', '*.{swift}'
s.requires_arc = true
s.social_media_url = 'https://twitter.com/theandreamazz'
end