2 "name": "AUIAnimatedText",
4 "summary": "A drop-in UILabel replacement that makes almost all properties animatable by using a CATextLayer instead of CALayer.",
5 "homepage": "https://github.com/adam-siton/AUIAnimatedText",
11 "Adam Siton": "adamsiton@gmail.com"
14 "git": "https://github.com/adam-siton/AUIAnimatedText.git",
15 "commit": "098ff3309827a8508a7358ead7f1c5450e3c4b73"
17 "description": " A drop-in UILabel replacement that makes almost all properties animatable by using a CATextLayer instead of CALayer.\n Properties animatable in AUIAnimatableText and not in UILabel: textColor, text, font, fontSize.\n",
22 "AUIAnimatedText/AUIAnimatedText/AUIAnimatableLabel.{h,m}",
23 "AUIAnimatedText/AUIAnimatedText/UIFont+CoreTextExtensions.{h,m}"