This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
-
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.
[General] Use internal for rx_permissionInstance
- Loading branch information
1 parent
8bc02e4
commit c5a98dc
Showing
2 changed files
with
5 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 |
---|---|---|
|
@@ -2,14 +2,15 @@ Pod::Spec.new do |s| | |
s.name = "RxPermission" | ||
s.version = "0.1.0" | ||
s.summary = "RxSwift bindings for Permissions API in iOS." | ||
s.description = <<-DESC | ||
s.description = <<-EOS | ||
RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with Permissions in iOS. | ||
DESC | ||
EOS | ||
s.homepage = "https://github.com/sunshinejr/RxPermission" | ||
s.license = 'MIT' | ||
s.author = { "Sunshinejr" => "[email protected]" } | ||
s.author = { "Łukasz Mróz" => "[email protected]" } | ||
s.source = { :git => "https://github.com/sunshinejr/RxPermission.git", :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/thesunshinejr' | ||
s.platform = :ios, '8.0' | ||
s.ios.deployment_target = '8.0' | ||
s.source_files = 'Source/*.swift' | ||
s.dependency 'Permission', '~> 1.2' | ||
|
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