forked from GnosisHub/GHContextMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (19 loc) · 890 Bytes
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
30
31
Pod::Spec.new do |s|
s.name = "GHContextMenu@kennygunie"
s.version = "0.0.1"
s.summary = "Fork of kennygunie"
s.description = <<-DESC
* This is user friendly solution for showing context menu upon long press.
* It is inspired from the Pinterest iOS app
DESC
s.homepage = "https://github.com/kennygunie/GHContextMenu"
s.license = { :type => 'MIT', :file => 'License.txt' }
s.author = { "Tapasya" => "[email protected]",
"Kien NGUYEN" => "[email protected]"}
s.platform = :ios
s.source = { :git => "https://github.com/kennygunie/GHContextMenu.git", :tag => s.version.to_s }
s.source_files = 'GHContextMenu/GHContextMenuView.{h,m}'
s.exclude_files = 'Classes/Exclude'
s.framework = 'CoreGraphics'
s.requires_arc = true
end