[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 8 / d / 0 / DuckUI / 0.5.0 / DuckUI.podspec.json
blob301d7a4be1dcf1b3a09e48a19645963165e24b06
2   "name": "DuckUI",
3   "version": "0.5.0",
4   "summary": "SwiftUI for UIKit. Kinda. ðŸ˜‰",
5   "description": "'DuckUI is SwiftUI for UIKit. Kinda. It is an exceptionally simple way to build user interfaces in UIKit. With a declarative Swift syntax that’s easy to read and natural to write, DuckUI works seamlessly with UIKit white resembling to SwiftUI code and design principles.'",
6   "homepage": "https://github.com/rebeloper/DuckUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rebeloper": "therebeloper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rebeloper/DuckUI.git",
16     "tag": "0.5.0"
17   },
18   "social_media_url": "https://youtube.com/rebeloper",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "Source/**/*.swift",
23   "swift_versions": "5.0",
24   "dependencies": {
25     "ReactiveKit": [
27     ],
28     "Bond": [
29       "~> 7.6.6"
30     ],
31     "Layoutless": [
33     ],
34     "TinyConstraints": [
35       "~> 4.0.1"
36     ],
37     "RSKPlaceholderTextView": [
38       "~> 6.0.3"
39     ],
40     "JGProgressHUD": [
41       "~> 2.1"
42     ],
43     "Kingfisher": [
44       "~> 5.13.2"
45     ]
46   },
47   "swift_version": "5.0"