Skip to content

Commit 7661066

Browse files
author
Ruben Nine
committed
Expose ObjcDefs dynamic library.
1 parent d5819a5 commit 7661066

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ let package = Package(
1212
type: .dynamic,
1313
targets: ["FilestackSDK"]
1414
),
15+
.library(
16+
name: "ObjcDefs",
17+
type: .dynamic,
18+
targets: ["ObjcDefs"]
19+
),
1520
],
1621
dependencies: [
1722
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: Version(9, 0, 0)))

0 commit comments

Comments
 (0)