blob: ce2aa07d0665b763cf53e6ac4f3b566e660895e7 [file] [log] [blame]
{
"name": "LinkPreviewKit",
"version": "0.3.0",
"summary": "Link preview kit",
"description": "Library to fetch the social media meta tag information from a website URL. See [http://moz.com/blog/meta-data-templates-123](http://moz.com/blog/meta-data-templates-123)",
"homepage": "https://github.com/kompozer/LinkPreviewKit",
"license": "MIT",
"authors": {
"Andreas Kompanez": "kompanez.andreas@gmail.com"
},
"source": {
"git": "https://github.com/kompozer/LinkPreviewKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LinkPreviewKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"HTMLReader": [
]
}
}