-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe9ea2f
commit 40464c5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PPRevealSideViewController" | ||
s.version = "1.2.0" | ||
s.version = "1.2.1" | ||
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.0" } | ||
s.source = { :git => "https://github.com/ipup/PPRevealSideViewController.git", :tag => "1.2.1" } | ||
s.platform = :ios, '7.0' | ||
s.requires_arc = true | ||
s.source_files = 'PPRevealSideViewController/PPRevealSideviewController/*.{h,m}' | ||
|