Skip to content

Commit

Permalink
remove SwiftyJSON from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noppoMan committed Sep 27, 2019
1 parent 0208a74 commit 62892d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
"version": "5.3.2"
}
},
{
"package": "SwiftyJSON",
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON.git",
"state": {
"branch": null,
"revision": "2b6054efa051565954e1d2b9da831680026cd768",
"version": "5.0.0"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ let package = Package(
.executable(name: "hexaville", targets: ["Hexaville"])
],
dependencies: [
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/jakeheis/SwiftCLI.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "2.0.0"))
],
targets: [
.target(name: "HexavilleCore", dependencies: [
"SwiftyJSON",
"SwiftCLI",
"Yams"
]),
Expand Down
1 change: 0 additions & 1 deletion Sources/Hexaville/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Darwin.C
#endif

import Foundation
import SwiftyJSON
import SwiftCLI
import Yams
import HexavilleCore
Expand Down

0 comments on commit 62892d8

Please sign in to comment.