Skip to content

Commit

Permalink
Added FaceID to cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Nov 2, 2021
1 parent e28d19d commit 228a4b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file not shown.
12 changes: 10 additions & 2 deletions SPPermissions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SPPermissions"
s.version = "6.8.1"
s.version = "6.8.2"
s.summary = "Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission."
s.homepage = "https://github.com/ivanvorobei/SPPermissions"
s.source = { :git => "https://github.com/ivanvorobei/SPPermissions.git", :tag => s.version }
Expand Down Expand Up @@ -141,7 +141,15 @@ Pod::Spec.new do |s|
"SWIFT_ACTIVE_COMPILATION_CONDITIONS" => "SPPERMISSIONS_TRACKING SPPERMISSIONS_COCOAPODS"
}
end


s.subspec 'FaceID' do |subspec|
subspec.dependency 'SPPermissions/Core'
subspec.source_files = "Sources/SPPermissionsFaceID/**/*.swift"
subspec.pod_target_xcconfig = {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS" => "SPPERMISSIONS_FACEID SPPERMISSIONS_COCOAPODS"
}
end

s.subspec 'Siri' do |subspec|
subspec.dependency 'SPPermissions/Core'
subspec.source_files = "Sources/SPPermissionsSiri/**/*.swift"
Expand Down

0 comments on commit 228a4b9

Please sign in to comment.