blob: 3b57f0a4312f3ae8c2f4893f7dc03e9bcd11edfd [file] [log] [blame]
{
"name": "ShadowView",
"version": "1.0.1",
"summary": "ShadowView makes view's shadow implementation easy and sweet",
"description": "Add simple shadows or add a gaussian blurred projection (as a shadow) to any UIView.",
"homepage": "https://github.com/PierrePerrin/ShadowView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pierre": "pierreperrin@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/PierrePerrin/ShadowView.git",
"tag": "1.0.1"
},
"source_files": [
"Sources",
"ShadowView/ShadowView/"
],
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}