Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
move to new spm
Browse files Browse the repository at this point in the history
  • Loading branch information
badim committed Apr 5, 2016
1 parent ebde2f9 commit 385cec5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import PackageDescription

let package = Package(
name: "SwiftOracle",
targets: [Target(name: "SwiftOracle", dependencies: ["cocilib"])],
dependencies: [
.Package(url: "https://github.com/goloveychuk/cocilib.git", majorVersion: 0),
.Package(url: "https://github.com/Zewo/String.git", majorVersion: 0, minor: 4),
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added Sources/cocilib/empty.c
Empty file.
7 changes: 7 additions & 0 deletions Sources/cocilib/include/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


module cocilib [system] {
header "/usr/local/include/ocilib.h"
link "ocilib"
export *
}

0 comments on commit 385cec5

Please sign in to comment.