blob: 60b536776f35e8011f9e355c6ee1df0c27746d00 [file] [log] [blame]
{
"name": "HTMLReader",
"version": "2.0",
"summary": "A WHATWG-compliant HTML parser in Objective-C.",
"homepage": "https://github.com/nolanw/HTMLReader",
"license": "Public domain",
"authors": {
"Nolan Waite": "nolan@nolanw.ca"
},
"source": {
"git": "https://github.com/nolanw/HTMLReader.git",
"tag": "v2.0"
},
"source_files": "Sources/**/*.[hm]",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0",
"watchos": "2.0"
}
}