Skip to content

Commit

Permalink
Bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hagedorn committed Mar 24, 2015
1 parent 73734a1 commit ed06c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ISHPermissionKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ISHPermissionKit'
s.version = '0.7.0'
s.version = '0.8.0'
s.summary = 'A unified way for iOS apps to request user permissions.'
s.description = 'This framework provides a unified way of asking for user permissions on iOS. It also
provides UI to explain the permission requirements before presenting the user with the
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.authors = { 'Felix Lamouroux' => '[email protected]' }

s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/iosphere/ISHPermissionKit.git', :tag => '0.7.0' }
s.source = { :git => 'https://github.com/iosphere/ISHPermissionKit.git', :tag => '0.8.0' }
s.source_files = 'ISHPermissionKit', 'ISHPermissionKit/**/*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
4 changes: 2 additions & 2 deletions ISHPermissionKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ISH_BUNDLE_VERSION = 0;
ISH_BUNDLE_VERSION_MAJOR = 0;
ISH_BUNDLE_VERSION_MINOR = 7;
ISH_BUNDLE_VERSION_MINOR = 8;
ISH_BUNDLE_VERSION_SHORT = "${ISH_BUNDLE_VERSION_MAJOR}.${ISH_BUNDLE_VERSION_MINOR}.${ISH_BUNDLE_VERSION}";
METAL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1224,7 +1224,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ISH_BUNDLE_VERSION = 0;
ISH_BUNDLE_VERSION_MAJOR = 0;
ISH_BUNDLE_VERSION_MINOR = 7;
ISH_BUNDLE_VERSION_MINOR = 8;
ISH_BUNDLE_VERSION_SHORT = "${ISH_BUNDLE_VERSION_MAJOR}.${ISH_BUNDLE_VERSION_MINOR}.${ISH_BUNDLE_VERSION}";
METAL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down

0 comments on commit ed06c4c

Please sign in to comment.