Skip to content

Commit

Permalink
Add Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Sep 16, 2016
1 parent da6421e commit 11fbc09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import PackageDescription

let package = Package(
name: "Bond",
dependencies: [
.Package(url: "https://github.com/ReactiveKit/ReactiveKit.git", versions: Version(3, 0, 0, prereleaseIdentifiers: ["beta"])..<Version(4, 0, 0))
]
)

0 comments on commit 11fbc09

Please sign in to comment.