[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / b / ShgardiUIBuilder / 2.1.7 / ShgardiUIBuilder.podspec.json
blobb62ee9ba838b4ecd2de3934c4bae5dc82deb1e9e
2   "name": "ShgardiUIBuilder",
3   "version": "2.1.7",
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": "UIKitBuilder",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "subspecs": [
24     {
25       "name": "Shared",
26       "frameworks": "UIKit",
27       "source_files": "ShgardiUIBuilder/Shared/**/*"
28     },
29     {
30       "name": "UIKitBuilder",
31       "platforms": {
32         "ios": "12.0"
33       },
34       "frameworks": "UIKit",
35       "source_files": "ShgardiUIBuilder/UIKit/**/*",
36       "dependencies": {
37         "ShgardiUIBuilder/Shared": [
39         ]
40       }
41     },
42     {
43       "name": "SwiftUIBuilder",
44       "platforms": {
45         "ios": "13.0"
46       },
47       "frameworks": "SwiftUI",
48       "source_files": "ShgardiUIBuilder/SwiftUI/**/*",
49       "dependencies": {
50         "ShgardiUIBuilder/UIKitBuilder": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"