We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e191c7d commit 818af08Copy full SHA for 818af08
Package.swift
@@ -3,6 +3,12 @@ import PackageDescription
3
4
let package = Package(
5
name: "SQLite.swift",
6
+ platforms: [
7
+ .iOS(.v9),
8
+ .macOS(.v10_15),
9
+ .watchOS(.v3),
10
+ .tvOS(.v9)
11
+ ],
12
products: [
13
.library(
14
name: "SQLite",
@@ -46,6 +52,12 @@ package.dependencies = [.package(url: "https://github.com/stephencelis/CSQLite.g
46
52
package.targets = [
47
53
.target(
48
54
55
56
57
58
59
60
49
61
dependencies: [.product(name: "CSQLite", package: "CSQLite")],
50
62
exclude: ["Extensions/FTS4.swift", "Extensions/FTS5.swift"]
51
63
),
0 commit comments