forked from ipup/PPRevealSideViewController
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPPRevealSideViewController.podspec
17 lines (16 loc) · 1.04 KB
/
PPRevealSideViewController.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "PPRevealSideViewController"
s.version = "1.2.4"
s.summary = "A new container controller to easily push views on side like Path or Facebook."
s.description = "This is a new controller container, showing views on the side like the Facebook or Path app. It is as easy to use as a navigation controller. Sometimes, you need to push a new controller to show some options, but you don't need a full screen view… PPRevealSideViewController is THE controller you need.
Pan and Tap gestures are also included!"
s.homepage = "https://github.com/ipup/PPRevealSideViewController"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marian PAUL" => "[email protected]" }
s.source = { :git => "https://github.com/ipup/PPRevealSideViewController.git", :tag => "1.2.4" }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'PPRevealSideViewController/PPRevealSideviewController/*.{h,m}'
s.framework = 'QuartzCore'
s.dependency "PPHelpMe"
end