Skip to content

Commit

Permalink
upare case
Browse files Browse the repository at this point in the history
  • Loading branch information
asharijuang committed Jun 19, 2020
1 parent 55942ae commit 58f2613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import PackageDescription

let package = Package(
name: "QiscusCoreApi",
name: "QiscusCoreAPI",
platforms: [
.iOS(.v10)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "QiscusCoreApi",
targets: ["QiscusCoreApi"]),
name: "QiscusCoreAPI",
targets: ["QiscusCoreAPI"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -22,7 +22,7 @@ let package = Package(
// 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 which this package depends on.
.target(
name: "QiscusCoreApi",
name: "QiscusCoreAPI",
dependencies: ["SwiftyJSON"])
]
)

0 comments on commit 58f2613

Please sign in to comment.