forked from izqui/SHSidebarController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSHSidebarController.podspec
More file actions
20 lines (18 loc) · 849 Bytes
/
SHSidebarController.podspec
File metadata and controls
20 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "SHSidebarController"
s.version = "0.0.1"
s.summary = "Sidebar controller inspired by NSSidebarController by Nacho Soto."
s.description = <<-DESC
Sidebar controller built in order to create Showy. (http://showyapp.com)
It uses UIView-Origami by XYstudio and is inspired by NSSidebarController by Nacho Soto.
DESC
s.homepage = "https://github.com/izqui/SHSidebarController"
s.license = 'MIT'
s.author = { "Jorge Izquierdo" => "izqui97@gmail.com" }
s.source = { :git => "https://github.com/izqui/SHSidebarController.git", :tag => "1.0" }
s.platform = :ios, '5.0'
s.source_files = 'SHSidebarController', 'SHSidebarController/*.{h,m}'
s.resources = "SHSidebarController/*.png"
s.frameworks = 'CoreGraphics', 'QuartzCore'
s.requires_arc = true
end