blob: 3a933dc5421a795a7629eb1b9716e4b4ae98653e [file] [log] [blame]
{
"name": "HTMLReader",
"version": "2.1.4",
"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.1.4"
},
"source_files": "Sources/**/*.[hm]",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0",
"watchos": "2.0"
}
}