mirror of
https://github.com/devxoul/Toaster.git
synced 2026-01-18 21:21:19 +01:00
Merge pull request #207 from ksloginov/klogi/deprecationwarning
Bumping up deployment target version to iOS9.0 to avoid buildtime warning
This commit is contained in:
@@ -6,7 +6,7 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "Toaster",
|
||||
platforms: [
|
||||
.iOS(.v8)
|
||||
.iOS(.v9)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
|
||||
Reference in New Issue
Block a user