[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / b / ShgardiUIBuilder / 3.0.2 / ShgardiUIBuilder.podspec.json
blob87ef3c28108fb4d6d419831d0f8410eb06bc18e1
2   "name": "ShgardiUIBuilder",
3   "version": "3.0.2",
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.0.2"
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"