[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 6 / 8 / ReadabilityKit / 0.7.0 / ReadabilityKit.podspec.json
blob119c02956e4cd73ba40e3990e1a355bfbb2f7226
2   "name": "ReadabilityKit",
3   "version": "0.7.0",
4   "summary": "Metadata extractor for news, articles and full-texts.",
5   "homepage": "https://github.com/exyte/ReadabilityKit.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Exyte": "info@exyte.com"
12   },
13   "source": {
14     "git": "https://github.com/exyte/ReadabilityKit.git",
15     "tag": "0.7.0"
16   },
17   "social_media_url": "http://www.exyte.com",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "Sources/*.swift",
26     "Dependencies/Ji/*.swift"
27   ],
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
30     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/ReadabilityKit/Dependencies/libxml2"
31   },
32   "preserve_paths": "Dependencies/libxml2/module.modulemap",
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "4.0"
35   },
36   "libraries": "xml2",
37   "pushed_with_swift_version": "4.0"