Skip to content

Commit 434589f

Browse files
committed
Add swift package
1 parent 915c9ef commit 434589f

3 files changed

Lines changed: 3 additions & 17 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

AACCore.podspec

Lines changed: 0 additions & 16 deletions
This file was deleted.

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ let package = Package(
1212
name: "AtomicSDK",
1313
targets: ["AtomicSDK"]),
1414
],
15-
dependencies: [],
15+
dependencies: [
16+
.package(url: "https://github.com/EricAtomic/releaseCoreTest.git", from: "0.1.0"),
17+
],
1618
targets: [
1719
.binaryTarget(name: "AtomicSDK", path: "iOS/AtomicSDK.xcframework")
1820
]

0 commit comments

Comments
 (0)