File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" }
2222end
23+
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let 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+
You can’t perform that action at this time.
0 commit comments