[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 3 / GradientLoadingBar / 3.0.0 / GradientLoadingBar.podspec.json
blobd039ad35cc525705d7dadca7202cf5300d34ba2b
2   "name": "GradientLoadingBar",
3   "version": "3.0.0",
4   "summary": "A customizable animated gradient loading bar.",
5   "description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW",
6   "homepage": "https://github.com/fxm90/GradientLoadingBar",
7   "screenshots": "https://raw.githubusercontent.com/fxm90/GradientLoadingBar/master/Assets/screen.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Felix Mau": "contact@felix.hamburg"
14   },
15   "source": {
16     "git": "https://github.com/fxm90/GradientLoadingBar.git",
17     "tag": "3.0.0"
18   },
19   "swift_versions": "5.5",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "GradientLoadingBar/Sources/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "requires_app_host": true,
29       "source_files": "GradientLoadingBar/Tests/**/*.{swift,md}",
30       "dependencies": {
31         "SnapshotTesting": [
32           "~> 1.9"
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.5"