Skip to content

Commit

Permalink
Merged in the remote notifications branch from @kaosdg
Browse files Browse the repository at this point in the history
Adapted the Podspec to point to the Tysdo repo and bumped the minor version so CocoaPods picks it up
  • Loading branch information
andrebraga committed Jan 8, 2015
1 parent 2ffc5de commit aa70296
Showing 1 changed file with 2 additions and 2 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.7.1'
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' => 'felix@iosphere.de' }

s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/iosphere/ISHPermissionKit.git', :tag => '0.7.0' }
s.source = { :git => 'https://github.com/tysdo/ISHPermissionKit.git', :tag => '0.7.1' }
s.source_files = 'ISHPermissionKit', 'ISHPermissionKit/**/*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down

0 comments on commit aa70296

Please sign in to comment.