Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Update Package.swift with Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Otbivnoe committed Jun 11, 2017
1 parent 80dc100 commit 32a1555
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "CodableAlamofire",
dependencies : [
.Package(url: "https://github.com/Alamofire/Alamofire", majorVersion: 4)
],
exclude: ["Tests"]
.package(url: "https://github.com/Alamofire/Alamofire", .branch("swift4"))
]
)

0 comments on commit 32a1555

Please sign in to comment.