Change supported iOS version be iOS 10.0 🚀

This commit is contained in:
An An 2022-05-31 17:21:13 +08:00
parent 58032f25af
commit 88c11f9eca
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
s.license = 'MIT'
s.authors = {'An An' => '2236368544@qq.com'}
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.13'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
s.source_files = 'AAInfographics/**/*.{swift}'

View File

@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "AAInfographics",
platforms: [
.iOS(.v11),
.iOS(.v10),
.macOS(.v10_13)
],
products: [