-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMaterialSideMenu.podspec
More file actions
28 lines (23 loc) · 1.08 KB
/
MaterialSideMenu.podspec
File metadata and controls
28 lines (23 loc) · 1.08 KB
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
#
# Be sure to run `pod lib lint MaterialSideMenu.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'MaterialSideMenu'
s.version = '0.1.1'
s.summary = 'A Google Material design style side menu'
#s.description = <<-DESC
#A Google Material design style side menu
# DESC
s.homepage = 'https://github.com/Logomorph/MaterialSideMenu'
s.screenshots = 'https://raw.githubusercontent.com/Logomorph/MaterialSideMenu/master/Resources/menu_action2.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'logomorph' => 'logomorph@gmail.com' }
s.source = { :git => 'https://github.com/Logomorph/MaterialSideMenu.git', :branch => 'master', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.source_files = 'MaterialSideMenu/*.{h,m,swift}'
s.swift_versions = '5.0'
end