File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Example Apps/SPPermissions.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SPPermissions"
4- s . version = "6.8.1 "
4+ s . version = "6.8.2 "
55 s . summary = "Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission."
66 s . homepage = "https://github.com/ivanvorobei/SPPermissions"
77 s . source = { :git => "https://github.com/ivanvorobei/SPPermissions.git" , :tag => s . version }
@@ -141,7 +141,15 @@ Pod::Spec.new do |s|
141141 "SWIFT_ACTIVE_COMPILATION_CONDITIONS" => "SPPERMISSIONS_TRACKING SPPERMISSIONS_COCOAPODS"
142142 }
143143 end
144-
144+
145+ s . subspec 'FaceID' do |subspec |
146+ subspec . dependency 'SPPermissions/Core'
147+ subspec . source_files = "Sources/SPPermissionsFaceID/**/*.swift"
148+ subspec . pod_target_xcconfig = {
149+ "SWIFT_ACTIVE_COMPILATION_CONDITIONS" => "SPPERMISSIONS_FACEID SPPERMISSIONS_COCOAPODS"
150+ }
151+ end
152+
145153 s . subspec 'Siri' do |subspec |
146154 subspec . dependency 'SPPermissions/Core'
147155 subspec . source_files = "Sources/SPPermissionsSiri/**/*.swift"
You can’t perform that action at this time.
0 commit comments