Fix missing string
This commit is contained in:
parent
b5f3038f01
commit
aa28a85065
|
@ -1,10 +1,12 @@
|
|||
// Generated automatically by Perfect Assistant Application
|
||||
// Date: 2017-08-13 18:42:55 +0000
|
||||
// Date: 2018-03-02 16:12:45 +0000
|
||||
import PackageDescription
|
||||
let package = Package(
|
||||
name: "StORM",
|
||||
targets: [],
|
||||
dependencies: [
|
||||
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 3),
|
||||
.Package(url: "https://github.com/iamjono/SwiftMoment.git", majorVersion: 1),
|
||||
.Package(url: "https://github.com/iamjono/SwiftString.git", majorVersion: 2),
|
||||
]
|
||||
)
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
import Foundation
|
||||
import SwiftMoment
|
||||
import SwiftString
|
||||
|
||||
extension StORM {
|
||||
|
||||
|
|
Loading…
Reference in New Issue