Skip to content

Commit b3c9928

Browse files
committed
Update to 2.2.1
- Remove `Bool.random()` - Update version for `SparrowKit` to `1.0.6`
1 parent 132d9c7 commit b3c9928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SPPermission.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SPPermission"
3-
s.version = "2.2"
3+
s.version = "2.2.1"
44
s.summary = "Simple request permissions with dialog alert"
55
s.homepage = "https://github.com/IvanVorobei/RequestPermission"
66
s.source = { :git => "https://github.com/IvanVorobei/RequestPermission.git", :tag => s.version }
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
1313
s.platform = :ios
1414
s.ios.deployment_target = "10.0"
1515

16-
s.dependency 'SparrowKit', '~> 1.0.4'
16+
s.dependency 'SparrowKit', '~> 1.0.6'
1717
end

0 commit comments

Comments
 (0)