blob: f1dc8c6149f32a61230e609533345e63decddaef [file] [log] [blame]
{
"name": "URLPreviewPod",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "SafariServices",
"vendored_frameworks": "URLPreviewPod/Frameworks/*.framework",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}