diff --git a/GTMOAuth2.podspec b/GTMOAuth2.podspec index f853c73..f4a1387 100644 --- a/GTMOAuth2.podspec +++ b/GTMOAuth2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GTMOAuth2' - s.version = '1.1.4' + s.version = '1.1.5' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/gtm-oauth2' s.license = { :type => 'Apache', :file => 'LICENSE' } diff --git a/Source/Touch/GTMOAuth2ViewControllerTouch.m b/Source/Touch/GTMOAuth2ViewControllerTouch.m index d9002ff..d21b630 100644 --- a/Source/Touch/GTMOAuth2ViewControllerTouch.m +++ b/Source/Touch/GTMOAuth2ViewControllerTouch.m @@ -387,7 +387,7 @@ - (void)setUpNavigation { - (void)popView { #if NS_BLOCKS_AVAILABLE - void (^popViewBlock)() = self.popViewBlock; + void (^popViewBlock)(void) = self.popViewBlock; #else id popViewBlock = nil; #endif