[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 4 / d / RainbowBar / 0.3.0 / RainbowBar.podspec.json
blob4f46f5c0acb4dc300e707e525b01e6f9e0667ae2
2   "name": "RainbowBar",
3   "version": "0.3.0",
4   "summary": "Progress bar for notched status bar.",
5   "description": "Progress bar with wild animation for notched status bar. Automatic sizing (height and notch curves) according to device model. Powered by SwiftUI and Combine. Made just for fun and SwiftUI practice) Inspired by https://dribbble.com/shots/3824870-Loading-Animation-for-iPhone-X",
6   "homepage": "https://github.com/DistilleryTech/RainbowBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Kubarev": "a.kubarev@distillery.com"
13   },
14   "source": {
15     "git": "https://github.com/DistilleryTech/RainbowBar.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RainbowBar/Classes/**/*",
23   "frameworks": [
24     "SwiftUI",
25     "Combine"
26   ],
27   "dependencies": {
28     "DeviceKit": [
29       "~> 2.0"
30     ]
31   },
32   "swift_version": "5.0"