forked from b051/RSMenuView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVHMenuView.podspec
More file actions
21 lines (21 loc) · 782 Bytes
/
VHMenuView.podspec
File metadata and controls
21 lines (21 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod spec lint VHMenuView.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "VHMenuView"
s.version = "0.5"
s.summary = "a menu can be configured from plist."
s.homepage = "https://github.com/b051/VHMenuView"
s.license = { :type => 'MIT', :file => 'LICENSE' }l
s.author = { "Sheng Ning" => "shengning@gmail.com" }
s.source = { :git => "https://github.com/b051/VHMenuView.git", :tag => "0.5" }
s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
s.resources = "Resources/*.png"
s.requires_arc = true
end