Skip to content

Commit

Permalink
Update to 2.2.1
Browse files Browse the repository at this point in the history
- Remove `Bool.random()`
- Update version for `SparrowKit` to `1.0.6`
  • Loading branch information
ivanvorobei committed Dec 6, 2018
1 parent 132d9c7 commit b3c9928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPPermission.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SPPermission"
s.version = "2.2"
s.version = "2.2.1"
s.summary = "Simple request permissions with dialog alert"
s.homepage = "https://github.com/IvanVorobei/RequestPermission"
s.source = { :git => "https://github.com/IvanVorobei/RequestPermission.git", :tag => s.version }
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = "10.0"

s.dependency 'SparrowKit', '~> 1.0.4'
s.dependency 'SparrowKit', '~> 1.0.6'
end

0 comments on commit b3c9928

Please sign in to comment.