[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 6 / e / MLTNumberScrollAnimatedView / 0.1.4 / MLTNumberScrollAnimatedView.podspec.json
blob991e9d5439c0a221edd608e939fc87595bcffb91
2   "name": "MLTNumberScrollAnimatedView",
3   "version": "0.1.4",
4   "summary": "A user-friendly view for number scrolling animation.",
5   "description": "MLTNumberScrollAnimatedView allows you to input a full string directly, without needing to separately set the number and coin prefix. You can use it just like a `UILabel`, but only the numbers will animate with scrolling effects.\n\n* Supports Auto Layout\n* Directly set a string value\n* Lightweight, with only 400 lines of code\n* Fully compatible with Swift",
6   "homepage": "https://github.com/4dmoonlight/MLTNumberScrollAnimatedView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hou Rui": "4dmoonlight@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/4dmoonlight/MLTNumberScrollAnimatedView.git",
16     "tag": "0.1.4"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3"
23   ],
24   "platforms": {
25     "ios": "12.0"
26   },
27   "source_files": "MLTNumberScrollAnimatedView/Classes/**/*",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "SnapKit": [
32     ]
33   },
34   "swift_version": "5.3"