Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
slsrepo committed Jun 10, 2021
0 parents commit ff58164
Show file tree
Hide file tree
Showing 6 changed files with 1,369 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "read-swift",
products: [
.library(name: "Readability", targets: ["Readability"]),
],
dependencies: [
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.0.0"),
],
targets: [
.target(name: "Readability", dependencies: ["SwiftSoup"])
]
)
Loading

0 comments on commit ff58164

Please sign in to comment.