forked from limitlessvirtual/LIVBubbleMenu-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLIVBubbleMenu.podspec
More file actions
23 lines (14 loc) · 812 Bytes
/
LIVBubbleMenu.podspec
File metadata and controls
23 lines (14 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "LIVBubbleMenu"
s.version = "1.0.0"
s.summary = "An animated and customisable bubble menu for iOS8."
s.description = "An animated bubble menu using the pop animation library (https://github.com/facebook/pop). The menu is fully customizable in terms of radius, number of items, animation speed, bounciness, background, alpha ect."
s.homepage = "https://github.com/limitlessvirtual/LIVBubbleMenu-iOS"
s.license = "MIT"
s.author = { "limitlessvirtual" => "info@limitlessvirtual.com" }
s.platform = :ios, "7.1"
s.source_files = "LIVBubbleMenu"
s.source = { :git => "https://github.com/limitlessvirtual/LIVBubbleMenu-iOS.git", :tag => "v1.0.0" }
s.dependency 'pop', '~> 1.0.7'
s.requires_arc = true
end