blob: 5df5e77b61dcc904443f418d46f3fa83f25c2b7f [file] [log] [blame]
{
"name": "URLPreviewPod",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "URLPreviewPod/Frameworks/*.framework",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
}
}