Skip to content

Commit

Permalink
Create Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jan 11, 2022
1 parent ac94577 commit a9c494d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Package.swift
@@ -0,0 +1,18 @@
// swift-tools-version:5.5
import PackageDescription

let package = Package(
name: "DataSources",
platforms: [.iOS(.v12)],
products: [
.library(name: "DataSources", targets: ["DataSources"]),
],
dependencies: [
],
targets: [
.target(
name: "DataSources",
exclude: ["Info.plist"]
),
]
)

0 comments on commit a9c494d

Please sign in to comment.