blob: 410e410c3570cfa120eee86be2577aca59e8f881 [file] [log] [blame]
{
"name": "ReadabilityKit",
"version": "0.5.1",
"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.5.1"
},
"social_media_url": "http://www.exyte.com",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Ji": [
"~> 1.2.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}