Skip to content

Commit

Permalink
Fix Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
broadwaylamb authored Dec 2, 2016
1 parent 37b1b66 commit 4a3c4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "PMKAlamofire",
dependencies: [
.Package(url: "https://github.com/mxcl/PromiseKit.git", majorVersion: 4)
.Package(url: "https://github.com/mxcl/PromiseKit.git", majorVersion: 4),
.Package(url: "https://github.com/Alamofire/Alamofire.git", majorVersion: 3)
]
)

0 comments on commit 4a3c4a6

Please sign in to comment.