Skip to content

Commit 5222c05

Browse files
committed
Set minimum iOS version to v12
1 parent 3c670b4 commit 5222c05

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

FloatingPanel.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The new interface displays the related contents and utilities in parallel as a u
1111
s.author = "Shin Yamamoto"
1212
s.social_media_url = "https://x.com/scenee"
1313

14-
s.platform = :ios, "13.0"
14+
s.platform = :ios, "12.0"
1515
s.source = { :git => "https://github.com/scenee/FloatingPanel.git", :tag => s.version.to_s }
1616
s.source_files = "Sources/**/*.swift"
1717
s.swift_version = '5.0'
@@ -20,3 +20,4 @@ The new interface displays the related contents and utilities in parallel as a u
2020

2121
s.license = { :type => "MIT", :file => "LICENSE" }
2222
end
23+

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "FloatingPanel",
88
platforms: [
9-
.iOS(.v13)
9+
.iOS(.v12)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.
@@ -25,3 +25,4 @@ let package = Package(
2525
],
2626
swiftLanguageVersions: [.version("5")]
2727
)
28+

0 commit comments

Comments
 (0)