blob: e56bff44dd2d427b5bfa774bd762c62685cdc4d7 [file] [log] [blame]
{
"name": "AnimatedBlurLabel",
"version": "1.5.0",
"summary": "Subclass of UILabel for animating the blurring and unblurring of text in iOS",
"description": "Label for animating the blurring and unblurring of text in iOS — written in Swift",
"homepage": "https://github.com/mkoehnke/AnimatedBlurLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mkoehnke/AnimatedBlurLabel.git",
"tag": "1.5.0"
},
"source_files": [
"AnimatedBlurLabel",
"AnimatedBlurLabel/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}