forked from SSA111/SSASideMenu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathISSideMenu.podspec
18 lines (17 loc) · 1.02 KB
/
ISSideMenu.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "ISSideMenu"
s.version = "1.0.0"
s.summary = "A Swift implementation of side menu with parallax effect"
s.description = <<-DESC
ISSideMenu is a fork of SSASideMenu that was created by Sebastian Andersen.
It is a reimplementation of romaonthego/RESideMenu in Swift. A iOS 7/8 style side menu with parallax effect. ViewController is changing size during animation.
Fork by Splash04
DESC
s.homepage = "https://github.com/Splash04/ISSideMenu"
s.screenshots = "https://github.com/SSA111/SSASideMenu/blob/master/LeftDemo.gif?raw=true", "https://github.com/SSA111/SSASideMenu/blob/master/RightDemo.gif?raw=true"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Sebastian Andersen" => "[email protected]", "Igor Kharitoniuk" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Splash04/ISSideMenu.git", :tag => s.version.to_s }
s.source_files = "ISSideMenu/*.swift"
end