blob: a42b080b8ae69778a5e3f9063b4cb399caf33f0f [file] [log] [blame]
{
"name": "PXFrostedImageView",
"version": "0.1.3",
"summary": "Image view with blurry frosted background.",
"description": "A simple, tintable image view that displays a frosted version of its content.",
"homepage": "https://github.com/pixio/PXFrostedImageView",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXFrostedImageView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXFrostedImageView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Accelerate"
],
"dependencies": {
"PXImageView": [
],
"UIImageUtilities": [
],
"UIColor-MoreColors": [
]
}
}