We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132d9c7 commit b3c9928Copy full SHA for b3c9928
SPPermission.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SPPermission"
3
- s.version = "2.2"
+ s.version = "2.2.1"
4
s.summary = "Simple request permissions with dialog alert"
5
s.homepage = "https://github.com/IvanVorobei/RequestPermission"
6
s.source = { :git => "https://github.com/IvanVorobei/RequestPermission.git", :tag => s.version }
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
13
s.platform = :ios
14
s.ios.deployment_target = "10.0"
15
16
- s.dependency 'SparrowKit', '~> 1.0.4'
+ s.dependency 'SparrowKit', '~> 1.0.6'
17
end
0 commit comments