[Add] DatadogSessionReplay 2.22.0
[CocoaPods.git] / Specs / 7 / b / 6 / ZCAnimatedLabel / 0.0.4 / ZCAnimatedLabel.podspec.json
blob2696c1d4766d0f6008c67853c46375a6aa5fbe16
2   "name": "ZCAnimatedLabel",
3   "version": "0.0.4",
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",
7   "license": "MIT",
8   "authors": {
9     "Chen Zhang": "overboming@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/overboming/ZCAnimatedLabel.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "ZCAnimatedLabel/ZCAnimatedLabel/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": "CoreText",
21   "requires_arc": true