blob: 2a1c21cff7887e574ce3b2657eaef117998179ac [file] [log] [blame]
{
"name": "ShadowView",
"version": "1.3",
"summary": "ShadowView is an iOS Shadow library that makes view's shadow implementation easy and sweet",
"description": "Add simple shadows to add a gaussian blurred projection (as a shadow) to any UIView.\nThe library cimatible with the storyboard.",
"homepage": "https://github.com/PierrePerrin/ShadowView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pierre Pierrin": "pierreperrin@outlook.com"
},
"source": {
"git": "https://github.com/PierrePerrin/ShadowView.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.1"
},
"source_files": "ShadowView/ShadowView/*.swift"
}