Change supported iOS version be iOS 10.0 🚀
This commit is contained in:
parent
58032f25af
commit
88c11f9eca
|
@ -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}'
|
||||
|
|
|
@ -4,7 +4,7 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "AAInfographics",
|
||||
platforms: [
|
||||
.iOS(.v11),
|
||||
.iOS(.v10),
|
||||
.macOS(.v10_13)
|
||||
],
|
||||
products: [
|
||||
|
|
Loading…
Reference in New Issue