blob: 21f3df3a5a02ba836bc7285f32e3ca85cf3399fd [file] [log] [blame]
{
"name": "SYNFadingLabel",
"version": "0.1.2",
"summary": "A simple label with UIVisualEffectView vibrancy that automatically fades away.",
"description": "SYNFadingLabel is a UIView subclass that you can easily drop in to interface builder. Set the text on the label and it will display, then fade away after a configurable delay. Great for showing pagination like *1 / 1 pages*",
"homepage": "https://github.com/Syntertainment/SYNFadingLabel",
"screenshots": "https://raw.githubusercontent.com/Syntertainment/SYNFadingLabel/master/Pod/Screenshots/screenshot.png",
"license": "MIT",
"authors": {
"Sidhant Gandhi": "sidhantg@syntertainment.com"
},
"source": {
"git": "https://github.com/Syntertainment/SYNFadingLabel.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": [
"Pod/Classes/SYNFadingLabel.xib"
],
"frameworks": "UIKit"
}