blob: 75ec98f1994b99ccdd78251dc160191eb2587f14 [file] [log] [blame]
{
"name": "ReadabilityKit",
"version": "0.4.0",
"summary": "HTML document meta info extractor.",
"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.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "ReadabilityKit/Classes/**/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Ji": [
"~> 1.2.0"
]
}
}