Add README file with initial description

Although the parsing algorithm is complete the version 0.1.0 is far from ready to be called a "kit".
This commit is contained in:
iska
2015-04-20 21:51:30 +02:00
parent 150d49b010
commit 95aa60a6e0
+11
View File
@@ -0,0 +1,11 @@
# HTMLKit
An Objective-C kit for your everyday HTML needs.
# Quick Overview
HTMLKit is a [WHATWG](https://html.spec.whatwg.org/multipage/) specification-compliant library for parsing and serializing HTML documents and document fragments for OSX and iOS. HTMLKit parses real-world HTML the same way modern web browsers would.
# License
HTMLKit is available under the MIT license. See the LICENSE file for more info.