[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / c / 4 / b / ShgardiUIBuilder / 2.0.4 / ShgardiUIBuilder.podspec.json
blobdba9800da63b31eb6fe4dc513690ebc6d87ffc6b
2   "name": "ShgardiUIBuilder",
3   "version": "2.0.4",
4   "summary": "ShgardiUIBuilder helps you build the UI with the power of Swift — and as little code as possible.",
5   "description": "ShgardiUIBuilder uses a declarative syntax to build the UI, so you can simply state what your user interface should do. Your code is simpler and easier to read than ever before, saving you time and maintenance.",
6   "homepage": "https://github.com/Shgardi/shgardi-ios-ui-builder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shgardi": "https://shgardi.app"
13   },
14   "source": {
15     "git": "git@github.com:Shgardi/shgardi-ios-ui-builder.git",
16     "branch": "master"
17   },
18   "default_subspecs": [
19     "UIKitBuilder",
20     "SwiftUIBuilder",
21     "Shared"
22   ],
23   "platforms": {
24     "ios": "12.0"
25   },
26   "swift_versions": "5.0",
27   "subspecs": [
28     {
29       "name": "Shared",
30       "frameworks": [
31         "UIKit",
32         "SwiftUI"
33       ],
34       "source_files": "ShgardiUIBuilder/Classes/Shared/**/*"
35     },
36     {
37       "name": "UIKitBuilder",
38       "frameworks": "UIKit",
39       "source_files": "ShgardiUIBuilder/Classes/UIKit/**/*",
40       "dependencies": {
41         "ShgardiUIBuilder/Shared": [
43         ]
44       }
45     },
46     {
47       "name": "SwiftUIBuilder",
48       "frameworks": "SwiftUI",
49       "source_files": "ShgardiUIBuilder/Classes/SwiftUI/**/*",
50       "dependencies": {
51         "ShgardiUIBuilder/Shared": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"