add astra draft
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// swift-tools-version: 6.0
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "PolicyCore",
|
||||
platforms: [.iOS(.v18), .macOS(.v14)],
|
||||
products: [.library(name: "PolicyCore", targets: ["PolicyCore"])],
|
||||
targets: [
|
||||
.target(name: "PolicyCore"),
|
||||
.testTarget(name: "PolicyCoreTests", dependencies: ["PolicyCore"])
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user