[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 9 / AUIAnimatedText / 0.0.1 / AUIAnimatedText.podspec.json
blob34b55178d10dae8942e0d5505001c286293f09a8
2   "name": "AUIAnimatedText",
3   "version": "0.0.1",
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",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENCE"
9   },
10   "authors": {
11     "Adam Siton": "adamsiton@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/adam-siton/AUIAnimatedText.git",
15     "commit": "098ff3309827a8508a7358ead7f1c5450e3c4b73"
16   },
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",
18   "platforms": {
19     "ios": null
20   },
21   "source_files": [
22     "AUIAnimatedText/AUIAnimatedText/AUIAnimatableLabel.{h,m}",
23     "AUIAnimatedText/AUIAnimatedText/UIFont+CoreTextExtensions.{h,m}"
24   ],
25   "frameworks": [
26     "CoreText",
27     "QuartzCore",
28     "CoreGraphics",
29     "UIKit"
30   ],
31   "requires_arc": false