[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 7 / e / thinkitive-text-animator / 1.2 / thinkitive-text-animator.podspec.json
blobd5aac8ed2a179cd70d3ffe7811df0bd86b44fdf3
2   "name": "thinkitive-text-animator",
3   "version": "1.2",
4   "summary": "An iOS text animator library that provides UIViews that display text that can animate its outline for each character",
5   "description": "Library provides instances of UIView that cofnrom to TextAnimatorView through which the design and animation properties are set\n* Call any function of ``TextAnimatorFactory`` to get an instance of ``TextAnimatorview``\n* ``TextAnimatorview`` is of type UIView so the received instance must be added as subview\n* Use ``setText(lines: [String])`` to set an array of text lines that will be rendered\n* Use ``setFont(font: UIFont)`` to set a font to be used for the outline\n* Use ``setBorderColor(color: UIColor)`` to set an outline color that will be drawn\n* See ``TextAnimatorDesignable`` to see all properties that can be set and checked\n* To actually animate or set the desired animation frame use ``updateCurrentTime(percentage: percentage)`` where percentage is between 0 and 1.0\n* For best results run a ``NSTimer`` 60 times a second to get 60 frames per second and call ``updateCurrentTime(percentage: percentage)`` from ``NSTimer`` selector",
6   "homepage": "https://thinkitivelab.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gints Osis": "gints.osis1@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/gosis/thinkitive-text-animator.git",
19     "tag": "1.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m,swift}"
24   ],
25   "resource_bundles": {
26     "thinkitive-text-animator": [
27       "Classes/**/*.{xib}"
28     ]
29   },
30   "swift_versions": [
31     "5.0"
32   ],
33   "swift_version": "5.0"