blob: f249d85ebcf6b52b87cfd901e5207101d0e0d809 [file] [log] [blame]
{
"name": "AnimatedMaskLabel",
"version": "1.0.0",
"summary": "An easy way to add a simple, shimmering effect to any view in an iOS app.",
"description": "Animated Mask Label is a nice gradient animated label. This is an easy way to add a shimmering effect to any view in your app. It is useful as an unobtrusive loading indicator.",
"homepage": "https://github.com/imjog/AnimatedMaskLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"imjog": "imjog24@gmail.com"
},
"source": {
"git": "https://github.com/imjog/AnimatedMaskLabel.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"QuartzCore"
],
"social_media_url": "https://twitter.com/imjog24",
"platforms": {
"ios": "10.0"
},
"source_files": "AnimatedMaskLabel/Classes/**/*"
}