blob: 119c02956e4cd73ba40e3990e1a355bfbb2f7226 [file] [log] [blame]
{
"name": "ReadabilityKit",
"version": "0.7.0",
"summary": "Metadata extractor for news, articles and full-texts.",
"homepage": "https://github.com/exyte/ReadabilityKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Exyte": "info@exyte.com"
},
"source": {
"git": "https://github.com/exyte/ReadabilityKit.git",
"tag": "0.7.0"
},
"social_media_url": "http://www.exyte.com",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift",
"Dependencies/Ji/*.swift"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/ReadabilityKit/Dependencies/libxml2"
},
"preserve_paths": "Dependencies/libxml2/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"libraries": "xml2",
"pushed_with_swift_version": "4.0"
}