blob: c82692e858aed8abb605ce7bcc66082758b2ce3d [file] [log] [blame]
{
"name": "FBGlowLabel",
"version": "0.0.1",
"summary": "Adding UILabel glowing effect",
"description": " This library supports glow effect on to `UILabel` class.\n Not only outer glow (shadow), but also inner glow.\n",
"homepage": "https://github.com/lyokato/FBGlowLabel",
"license": "MIT",
"authors": {
"Lyo Kato": "lyo.kato@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lyokato/FBGlowLabel.git",
"tag": "0.0.1"
},
"source_files": "FBGlowLabel/Classes/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}