We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426e836 commit a48a77eCopy full SHA for a48a77e
.gitignore
@@ -0,0 +1,3 @@
1
+.DS_Store
2
+/.build
3
+/Packages
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Pass updated html5lib-tests.
6
* Update return type of `-[HTMLNode textComponents]` to an array of `NSString`.
7
+* Add a nonempty `Package.swift` as now required by Swift Package Manager.
8
9
# [1.0][] – 2016-07-02
10
Package.swift
@@ -0,0 +1,5 @@
+import PackageDescription
+
+let package = Package(
+ name: "HTMLReader"
+)
0 commit comments