[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 9 / e / b / VinContent / 1.0.4 / VinContent.podspec.json
blobb9c3b86df686f1beeceabfc0fcb9d014fb49bb80
2   "name": "VinContent",
3   "version": "1.0.4",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Maurice Parker": "mo@vincode.io"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "swift_version": "4.0",
19   "source": {
20     "git": "https://github.com/vincode-io/VinContent.git",
21     "tag": "1.0.4"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.{swift,h,m}"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
29     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/VinContent/Sources/VinXML"
30   },
31   "preserve_paths": "Sources/VinXML/module.modulemap",
32   "resources": [
33     "Sources/VinContent/stopwords.txt",
34     "Sources/VinContent/incompatible_hosts.txt"
35   ]