Skip to content

Commit

Permalink
Update LivenessUtility.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stevienguyen1988 committed Aug 14, 2024
1 parent b8bdd99 commit 76d0d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LivenessUtility.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = "13.0"

spec.source = { :http => 'https://github.com/Techainer/ios-sdk/releases/download/1.0.0/LivenessUtility.zip' }
spec.vendored_frameworks = 'LivenessUtility/LivenessUtility.xcframework'
spec.source = { :http => 'https://github.com/Techainer/ios-sdk/releases/download/1.0.0/LivenessUtilityPV.zip' }
spec.vendored_frameworks = 'LivenessUtility/LivenessUtilityPV.xcframework'
spec.swift_version = "5.0"
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
Expand Down

0 comments on commit 76d0d68

Please sign in to comment.