2 "name": "ZCAnimatedLabel",
4 "summary": "UILabel-like view with easy to extend appear/disappear animation",
5 "description": "# Features\n* Rich text support (with NSAttributedString)\n* Group aniamtion by character/word/line\n* Customizable animation start delay for each text block\n* Great performance, only changed area is redrawn\n* Optional layer-based implementation\n* 3D/Geometry transform support (layer based only)\n* iOS 5+ compatibility",
6 "homepage": "http://github.com/overboming/ZCAnimatedLabel",
9 "Chen Zhang": "overboming@gmail.com"
15 "git": "https://github.com/overboming/ZCAnimatedLabel.git",
18 "source_files": "ZCAnimatedLabel/ZCAnimatedLabel/*.{h,m}",
19 "exclude_files": "Classes/Exclude",
20 "frameworks": "CoreText",