Renaming file

This commit is contained in:
wassafr 2021-12-01 10:40:59 +01:00
parent 2048654fb1
commit 2388e5b0f0
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ DESC
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.ios.vendored_frameworks = 'Blurit_SDK.xcframework'
spec.frameworks = 'Blurit'
spec.frameworks = 'Blurit_SDK'
end