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

Commit

Permalink
Bump Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 8, 2023
1 parent 87e13ba commit df218df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = '1.1.2'
s.version = '1.1.3'
s.summary = 'Magic IOS Extension - OAuth'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ TODO: Add long description of the pod here.
s.author = { 'Jerry Liu' => '[email protected]' }
s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '13.0'
# s.osx.deployment_target = '10.12'

s.source_files = 'Sources/MagicExt-OAuth/**/*'
Expand Down
4 changes: 2 additions & 2 deletions MagicExt-OIDC.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-OIDC'
s.version = '1.1.2'
s.version = '1.1.3'
s.summary = 'Magic IOS Extension - OIDC'

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ TODO: Add long description of the pod here.
s.author = { 'Jerry Liu' => '[email protected]' }
s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '13.0'
# s.osx.deployment_target = '10.12'

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

0 comments on commit df218df

Please sign in to comment.