blob: 14c2bb59b5fcbed593b3445b1cf6dc06a96b5001 [file] [log] [blame]
{
"name": "CHWebPreview",
"version": "1.0.1",
"summary": "A webpage preview maker.",
"homepage": "https://github.com/cathandnya/CHWebPreview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naomoto Niwayama": "webmaster@cathand.org"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cathandnya/CHWebPreview.git",
"tag": "1.0.1"
},
"source_files": "CHWebPreview/**/*.{h,m,swift}",
"libraries": "xml2",
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}