-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNSideMenu.podspec
More file actions
13 lines (13 loc) · 644 Bytes
/
NSideMenu.podspec
File metadata and controls
13 lines (13 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |s|
s.name = 'NSideMenu'
s.version = '1.0.1'
s.summary = 'A simple customizable side menu written in SwiftUI.'
s.homepage = 'https://github.com/itisnajim/NSideMenu'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'itisnajim' => 'itisnajim@gmail.com' }
s.social_media_url = 'https://twitter.com/ItisNajim'
s.source = { :git => 'https://github.com/itisnajim/NSideMenu.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/NSideMenu/**/*'
end