Skip to content

Commit

Permalink
Merge branch 'Jeehut-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshuvi committed Feb 4, 2021
2 parents 0af1704 + 3f4b3fb commit 689a6b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 449 deletions.
25 changes: 4 additions & 21 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "SwiftCSVExport",
platforms: [.macOS(.v10_10), .iOS(.v8)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "SwiftCSVExport",
targets: ["SwiftCSVExport"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
platforms: [.macOS(.v10_10), .iOS(.v9)],
products: [.library(name: "SwiftCSVExport", targets: ["SwiftCSVExport"])],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "SwiftCSVExport",
dependencies: [],
path: "SwiftCSVExport/Sources"),
.testTarget(
name: "SwiftCSVExportTests",
dependencies: ["SwiftCSVExport"],
path: "Tests"),
path: "SwiftCSVExport/Sources"
)
]
)
Loading

0 comments on commit 689a6b5

Please sign in to comment.