blob: 901742b45ee8d53fd012faba0490122c5dfedc69 [file] [log] [blame]
{
"name": "Untagger",
"version": "0.0.3",
"summary": "Removal and full text extraction of HTML in Swift inspired by Boilerpipe",
"description": "Untagger is a removal and full text extraction of HTML written in Swift heavily inspired by Boilerpipe. It allows you to get the title and the text body of an HTML page.",
"homepage": "https://github.com/wcgray/Untagger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wcgray": "cam@tinsoldiersoftware.com"
},
"source": {
"git": "https://github.com/wcgray/Untagger.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Untagger/**/*.{swift,m,h}",
"public_header_files": "Untagger/**/*.h",
"module_name": "Untagger",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"libraries": "xml2",
"frameworks": "Foundation"
}