blob: 50c9aed141b66f1c9547e108cc713b53467f6d4e [file] [log] [blame]
{
"name": "ShimmerLabel",
"version": "1.0.0",
"summary": "Shimmer animation for UILabel",
"description": "UILabel subclass with shimmerColor property. Provides shimmer animation on the label",
"homepage": "https://github.com/smakeev/ShimmerLabel",
"license": {
"type": "MIT"
},
"authors": {
"Sergey Makeev": "makeev.87@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/smakeev/ShimmerLabel.git",
"tag": "1.0.0"
},
"source_files": "ShimmerLabel/ShimmerLabel/*.{swift}",
"exclude_files": "ShimmerLabel/ShimmerLabel/*.plist",
"swift_versions": "5.1",
"swift_version": "5.1"
}