Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Remove Quick and Nimble from dependencies (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
sendyhalim committed Mar 24, 2017
1 parent b5b1e49 commit 7472d15
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import PackageDescription

let package = Package(
name: "Swime",
dependencies: [
.Package(url: "https://github.com/Quick/Quick", majorVersion: 1, minor: 1),
.Package(url: "https://github.com/Quick/Nimble", majorVersion: 6)
]
name: "Swime"
)

0 comments on commit 7472d15

Please sign in to comment.