Merge pull request #36 from mxcl/remove-deployment-targets

These deployment versions are the defaults
This commit is contained in:
repo-ranger[bot]
2019-02-13 14:49:00 +00:00
committed by GitHub

View File

@@ -12,9 +12,6 @@ let pkg = Package(
]
)
pkg.platforms = [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v10), .watchOS(.v3)
]
pkg.swiftLanguageVersions = [
.v4_2, .v5
]