Skip to content

Commit e184497

Browse files
committed
update SPM file
1 parent ebdde5c commit e184497

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Package.swift

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
// swift-tools-version:5.1
22
import PackageDescription
33

4-
let package = Package(
5-
name: "ApphudSDK",
6-
platforms: [
7-
.iOS(.v11)
8-
],
9-
products: [
10-
.library(name: "ApphudSDK", targets: ["ApphudSDK"])
11-
],
12-
targets: [
13-
.target(name: "ApphudSDK")
14-
],
15-
swiftLanguageVersions: [.v4_2]
16-
)
4+
let package = Package(name: "ApphudSDK",
5+
platforms: [.iOS("11.2")],
6+
products: [.library(name: "ApphudSDK",
7+
targets: ["ApphudSDK"])],
8+
targets: [.target(name: "ApphudSDK",
9+
path: "Sources")],
10+
swiftLanguageVersions: [.v4_2])

0 commit comments

Comments
 (0)