4 "summary": "HTML main content extraction for Swift",
5 "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.",
6 "homepage": "https://github.com/vincode-io/VinContent",
12 "Maurice Parker": "mo@vincode.io"
18 "swift_version": "4.0",
20 "git": "https://github.com/vincode-io/VinContent.git",
25 "Sources/**/*.{swift,h,m}"
28 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/VinContent/Sources/VinXML"
31 "preserve_paths": "Sources/VinXML/module.modulemap",
33 "Sources/VinContent/stopwords.txt",
34 "Sources/VinContent/incompatible_hosts.txt"