blob: b9c3b86df686f1beeceabfc0fcb9d014fb49bb80 [file] [log] [blame]
{
"name": "VinContent",
"version": "1.0.4",
"summary": "HTML main content extraction for Swift",
"description": "VinContent is a main content extraction library for Swift. Main content extraction is\nthe process of extracting relavant text from a HTML page. Relavant text is\ntext that a typical person is interested in reading. In most cases this is an article. \nWhat isn't relavant, advertisements and other junk, is discarded.",
"homepage": "https://github.com/vincode-io/VinContent",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Maurice Parker": "mo@vincode.io"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/vincode-io/VinContent.git",
"tag": "1.0.4"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/VinContent/Sources/VinXML"
},
"preserve_paths": "Sources/VinXML/module.modulemap",
"resources": [
"Sources/VinContent/stopwords.txt",
"Sources/VinContent/incompatible_hosts.txt"
]
}