Add dependency
This commit is contained in:
parent
7764f5dd34
commit
daf8e39813
@ -15,10 +15,14 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.4"),
|
||||
.package(url: "https://github.com/christophhagen/BinaryCodable.git", from: "1.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "PushMessageDefinitions",
|
||||
dependencies: [.product(name: "APNSwift", package: "APNSwift")])
|
||||
dependencies: [
|
||||
.product(name: "APNSwift", package: "APNSwift"),
|
||||
.product(name: "BinaryCodable", package: "BinaryCodable"),
|
||||
])
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user