blob: 9cd613aee9803e05b31f57d9144dd97e0d1dc478 [file] [log] [blame]
{
"name": "URLPreviewPod",
"version": "1.0.1",
"summary": "Display url preview",
"description": "This framework is for displaying preview of URL",
"homepage": "https://github.com/StewartXIII/URLPreview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stewart": "rulerxiii@gmail.com"
},
"source": {
"git": "https://github.com/StewartXIII/URLPreview.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "URLPreviewPod/Frameworks/*.framework",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}