blob: 932548d466d2eb4837b88301463fc1e48b55e7a8 [file] [log] [blame]
{
"name": "URLPreviewPod",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "URLPreviewPod/Frameworks/*.framework",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}