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

Commit

Permalink
[Oauth] Major version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romin-halltari committed Nov 22, 2023
1 parent 4c301b5 commit 9d57540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MagicExt-OAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Pod::Spec.new do |s|
s.name = 'MagicExt-OAuth'
s.version = '2.0.0'
s.version = '3.0.0'
s.summary = 'Magic IOS Extension - OAuth'

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ TODO: Add long description of the pod here.

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

s.dependency 'MagicSDK', '~> 9.0'
s.dependency 'MagicSDK', '~> 10.0'

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

0 comments on commit 9d57540

Please sign in to comment.