forked from kukushi/SideMenu
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSideMenuSwift.podspec
More file actions
Latest commit
21 lines (16 loc) · 794 Bytes
/
Copy pathSideMenuSwift.podspec
File metadata and controls
21 lines (16 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.newdo |s|
s.name="SideMenuSwift"
s.version="2.0.8"
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,"9.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