Skip to content

Commit 40464c5

Browse files
committed
Podspec 1.2.1
1 parent fe9ea2f commit 40464c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PPRevealSideViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "PPRevealSideViewController"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "A new container controller to easily push views on side like Path or Facebook."
55
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.
66
77
Pan and Tap gestures are also included!"
88
s.homepage = "https://github.com/ipup/PPRevealSideViewController"
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
s.author = { "Marian PAUL" => "[email protected]" }
11-
s.source = { :git => "https://github.com/ipup/PPRevealSideViewController.git", :tag => "1.2.0" }
11+
s.source = { :git => "https://github.com/ipup/PPRevealSideViewController.git", :tag => "1.2.1" }
1212
s.platform = :ios, '7.0'
1313
s.requires_arc = true
1414
s.source_files = 'PPRevealSideViewController/PPRevealSideviewController/*.{h,m}'

0 commit comments

Comments
 (0)