Skip to content

Commit

Permalink
Merge pull request #12 from Raizlabs/develop
Browse files Browse the repository at this point in the history
Version 1.1.1
  • Loading branch information
alexrrouse committed Nov 21, 2014
2 parents 48a737f + d22825c commit e92792f
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RZTransitions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RZTransitions"
s.version = "1.0"
s.version = "1.1.1"
s.summary = "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple."

s.description = <<-DESC
@@ -16,9 +16,10 @@ Pod::Spec.new do |s|
s.screenshots = "http://raw.github.com/Raizlabs/RZTransitions/master/Web/RZTransitionsDemo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Stephen Barnes" => "stephen.barnes@raizlabs.com" }

s.social_media_url = "http://twitter.com/raizlabs"

s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/Raizlabs/RZTransitions.git", :tag => "1.1.1" }
s.source_files = "RZTransitions/**/*.{h,m}"
s.frameworks = "CoreGraphics", "UIKit", "Foundation"
s.requires_arc = true
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ @implementation RZTransitionsNavigationController

- (void)viewDidLoad
{
[super viewDidLoad];
__weak RZTransitionsNavigationController *weakSelf = self;
if ([self respondsToSelector:@selector(interactivePopGestureRecognizer)]) {
[self.interactivePopGestureRecognizer setEnabled:YES];

0 comments on commit e92792f

Please sign in to comment.