Skip to content

Commit 88c11f9

Browse files
committed
Change supported iOS version be iOS 10.0 🚀
1 parent 58032f2 commit 88c11f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AAInfographics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
66
s.license = 'MIT'
77
s.authors = {'An An' => '[email protected]'}
8-
s.ios.deployment_target = '11.0'
8+
s.ios.deployment_target = '10.0'
99
s.osx.deployment_target = '10.13'
1010
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift.git', :tag => s.version}
1111
s.source_files = 'AAInfographics/**/*.{swift}'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "AAInfographics",
66
platforms: [
7-
.iOS(.v11),
7+
.iOS(.v10),
88
.macOS(.v10_13)
99
],
1010
products: [

0 commit comments

Comments
 (0)