diff --git a/MagicSDK.podspec b/MagicSDK.podspec index 38e27f0..76b2c81 100644 --- a/MagicSDK.podspec +++ b/MagicSDK.podspec @@ -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 @@ -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/**/*' diff --git a/Package.swift b/Package.swift index af363dd..7af6103 100644 --- a/Package.swift +++ b/Package.swift @@ -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.