Skip to content

Commit

Permalink
Change supported iOS version be iOS 10.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed May 31, 2022
1 parent 58032f2 commit 88c11f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AAInfographics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift'
s.license = 'MIT'
s.authors = {'An An' => '[email protected]'}
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}'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "AAInfographics",
platforms: [
.iOS(.v11),
.iOS(.v10),
.macOS(.v10_13)
],
products: [
Expand Down

0 comments on commit 88c11f9

Please sign in to comment.