blob: 7f6fa3c7157e29371c4e93f83a42ffc7cf460268 [file] [log] [blame]
{
"name": "UIViewExtensionShimmer",
"version": "1.0.1",
"summary": "A short class to add shimmer effects to any UIView.",
"description": "A short class to add shimmer effects to any UIView. Just call start/stopShimmer on any UIView.",
"homepage": "https://github.com/rafaelc0sta/UIViewExtensionShimmer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Costa": "rafael@rafaelcosta.me"
},
"source": {
"git": "https://github.com/rafaelc0sta/UIViewExtensionShimmer.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/ObjectiveCosta",
"platforms": {
"ios": "9.0"
},
"source_files": "UIViewExtensionShimmer/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}