Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Bump Magic dependency version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 1, 2023
1 parent 89436fe commit 75ea99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagicExt-OAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TODO: Add long description of the pod here.

s.source_files = 'Sources/MagicExt-OAuth/**/*'

s.dependency 'MagicSDK', '~> 4.0'
s.dependency 'MagicSDK', '~> 7.0'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
2 changes: 1 addition & 1 deletion MagicExt-OIDC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TODO: Add long description of the pod here.

s.source_files = 'Sources/MagicExt-OIDC/**/*'

s.dependency 'MagicSDK', '~> 4.0'
s.dependency 'MagicSDK', '~> 7.0'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 75ea99c

Please sign in to comment.