blob: b5190c3beabe18ea733f0db0c7848a711a8888c2 [file] [log] [blame]
{
"name": "UIViewExtensionShimmer",
"version": "1.0.0",
"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.0"
},
"social_media_url": "https://twitter.com/ObjectiveCosta",
"platforms": {
"ios": "9.0"
},
"source_files": "UIViewExtensionShimmer/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}