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

Commit

Permalink
Merge pull request #22 from magiclabs/ariflo-sc-72418-bump-ios-min-ve…
Browse files Browse the repository at this point in the history
…rsion

Bump iOS min version in swift.package to v13
  • Loading branch information
Ariflo authored Mar 8, 2023
2 parents c7ecb18 + 87b9f1d commit 6bacce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MagicSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'MagicSDK'
s.version = '7.0.0'
s.version = '8.0.0'
s.summary = 'Magic IOS SDK'

s.description = <<-DESC
Expand All @@ -15,8 +15,8 @@ TODO: Add long description of the pod here.
s.author = { 'Jerry Liu' => 'jerry@magic.link' }
s.source = { :git => 'https://github.com/magiclabs/magic-ios.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
# s.osx.deployment_target = '10.12'
s.ios.deployment_target = '13.0'
# s.osx.deployment_target = '10.15'

s.source_files = 'Sources/MagicSDK/**/*'

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "MagicSDK",
platforms: [
.iOS(.v10),
.macOS(.v10_12)
.iOS(.v13),
.macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 6bacce5

Please sign in to comment.