2 "name": "ShgardiUIBuilder",
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",
12 "Shgardi": "https://shgardi.app"
15 "git": "git@github.com:Shgardi/shgardi-ios-ui-builder.git",
18 "default_subspecs": "UIKitBuilder",
19 "swift_versions": "5.0",
26 "frameworks": "UIKit",
27 "source_files": "ShgardiUIBuilder/Shared/**/*"
30 "name": "UIKitBuilder",
34 "frameworks": "UIKit",
35 "source_files": "ShgardiUIBuilder/UIKit/**/*",
37 "ShgardiUIBuilder/Shared": [
43 "name": "SwiftUIBuilder",
47 "frameworks": "SwiftUI",
48 "source_files": "ShgardiUIBuilder/SwiftUI/**/*",
50 "ShgardiUIBuilder/UIKitBuilder": [
56 "swift_version": "5.0"