Skip to content

Commit

Permalink
Include HTTPClientCore as libraries target
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed May 27, 2020
1 parent 465816b commit 38687ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ let package = Package(
// 🌐 An easy to use HTTPClient built on top of URLSession
.library(
name: "HTTPClient",
targets: ["HTTPClient"]
targets: ["HTTPClient", "HTTPClientCore"]
),
// 🌐🚜 An easy to use HTTPClient built for Combine on top of URLSession and Foundation Combine's conveniences
.library(
name: "CombineHTTPClient",
targets: ["CombineHTTPClient"]
targets: ["CombineHTTPClient", "HTTPClientCore"]
),
// 🔎 A test support framework that can help you on testing or mocking the HTTPClient
.library(
Expand Down

0 comments on commit 38687ff

Please sign in to comment.