We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58032f2 commit 88c11f9Copy full SHA for 88c11f9
AAInfographics.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
6
s.license = 'MIT'
7
s.authors = {'An An' => '2236368544@qq.com'}
8
- s.ios.deployment_target = '11.0'
+ s.ios.deployment_target = '10.0'
9
s.osx.deployment_target = '10.13'
10
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
11
s.source_files = 'AAInfographics/**/*.{swift}'
Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
4
let package = Package(
name: "AAInfographics",
platforms: [
- .iOS(.v11),
+ .iOS(.v10),
.macOS(.v10_13)
],
products: [
0 commit comments