Skip to content

Commit

Permalink
Codemerge (#12)
Browse files Browse the repository at this point in the history
* merge all code together

* merge all code together
  • Loading branch information
tobespc authored and mattcolegate committed Jan 27, 2017
1 parent 3254d82 commit 1b37784
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ import PackageDescription

let package = Package(
name: "SwiftMetrics",
targets: [
Target(name: "SwiftMetricsKitura", dependencies: ["SwiftMetrics"]),
Target(name: "SwiftMetricsBluemix", dependencies: ["SwiftMetricsKitura"])
],
dependencies: [
.Package(url: "https://github.com/RuntimeTools/omr-agentcore.git", majorVersion: 3),
.Package(url: "https://github.com/IBM-Swift/Kitura-net.git", majorVersion: 1, minor: 5),
.Package(url: "https://github.com/IBM-Swift/Kitura-Request.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
.Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 2, minor: 0)
]
)
Loading

0 comments on commit 1b37784

Please sign in to comment.