fixed #53. but experimental :(

This commit is contained in:
shogo4405 2017-04-09 21:22:16 +09:00
parent 1c7750e6e7
commit bfc249c143
1 changed files with 9 additions and 0 deletions

9
Package.swift Normal file
View File

@ -0,0 +1,9 @@
import PackageDescription
let package = Package(
name: "lf",
dependencies: [
.Package(url: "https://github.com/DaveWoodCom/XCGLogger.git", majorVersion: 5)
]
)