-
-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathSideMenuSwift.podspec
More file actions
21 lines (16 loc) · 795 Bytes
/
SideMenuSwift.podspec
File metadata and controls
21 lines (16 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "SideMenuSwift"
s.version = "2.1.1"
s.summary = "An interactive iOS side menu with rich features."
s.description = <<-DESC
SideMenuSwift is an iOS container view controller written in Swift. Its easy-to-use and supports both storyboard and code. It provides several ways to reveal the menu and animate the status bar.
DESC
s.homepage = "https://github.com/kukushi/SideMenu"
s.license = "MIT"
s.author = { "kukushi" => "" }
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/kukushi/SideMenu.git", :tag => s.version }
s.source_files = "Sources/SideMenu/*.{h,m,swift}"
s.swift_version = "5.0"
s.requires_arc = true
end