-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathHMSideMenu.podspec
More file actions
14 lines (14 loc) · 828 Bytes
/
HMSideMenu.podspec
File metadata and controls
14 lines (14 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "HMSideMenu"
s.version = "1.1.0"
s.description = "HMSideMenu allows you to display a menu of items that show from the left, right, top or bottom of a view controller with a delightful animation."
s.summary = "Allows you to display a menu of items that show from the left, right, top or bottom of a view controller with a delightful animation."
s.homepage = "https://github.com/HeshamMegid/HMSideMenu"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Hesham Abd-Elmegid" => "hesham.abdelmegid@gmail.com" }
s.source = { :git => "https://github.com/HeshamMegid/HMSideMenu.git", :tag => "v1.1.0" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'HMSideMenu/*.{h,m}'
s.framework = 'QuartzCore'
end