Skip to content

Commit

Permalink
remove alamofire
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed May 22, 2024
1 parent 28c27f4 commit 4171572
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
10 changes: 0 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ let package = Package(
products: [
.executable(name: "Example", targets: ["Example"]),
.library(name: "Papyrus", targets: ["Papyrus"]),
.library(name: "PapyrusAlamofire", targets: ["PapyrusAlamofire"]),
.library(name: "PapyrusCore", targets: ["PapyrusCore"]),
],
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.7.1")),
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.1.0"),
],
Expand All @@ -39,14 +37,6 @@ let package = Package(
],
path: "Papyrus"
),
.target(
name: "PapyrusAlamofire",
dependencies: [
.byName(name: "PapyrusCore"),
.product(name: "Alamofire", package: "Alamofire"),
],
path: "PapyrusAlamofire"
),
.target(
name: "PapyrusCore",
dependencies: [
Expand Down
79 changes: 0 additions & 79 deletions PapyrusAlamofire/Alamofire+Papyrus.swift

This file was deleted.

0 comments on commit 4171572

Please sign in to comment.