Skip to content

Commit

Permalink
Expose Siesta_Alamofire in SwiftPM manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Mar 31, 2020
1 parent 7a4ed93 commit 8c661e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ let package = Package(
products: [
.library(name: "Siesta", targets: ["Siesta"]),
.library(name: "SiestaUI", targets: ["SiestaUI"]),
.library(name: "Siesta_Alamofire", targets: ["Siesta_Alamofire"]),
],
dependencies: [
// Siesta has no required third-party dependencies for use in downstream projects.
Expand Down

0 comments on commit 8c661e2

Please sign in to comment.