[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / c / 4 / b / ShgardiUIBuilder / 3.1.6 / ShgardiUIBuilder.podspec.json
bloba6d8d072a84242d761ead80bad311bff65aa45e2
2   "name": "ShgardiUIBuilder",
3   "version": "3.1.6",
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     "tag": "3.1.6"
17   },
18   "default_subspecs": "UIKitBuilder",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "subspecs": [
24     {
25       "name": "UIKitBuilder",
26       "platforms": {
27         "ios": "12.0"
28       },
29       "frameworks": "UIKit",
30       "source_files": "Sources/UIKit/**/*"
31     },
32     {
33       "name": "SwiftUIBuilder",
34       "platforms": {
35         "ios": "13.0"
36       },
37       "frameworks": "SwiftUI",
38       "source_files": "Sources/SwiftUI/**/*",
39       "dependencies": {
40         "ShgardiUIBuilder/UIKitBuilder": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"