-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian Hagedorn
committed
Mar 24, 2015
1 parent
73734a1
commit ed06c4c
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters