[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / d / ShgardiUIComponents / 4.4.3 / ShgardiUIComponents.podspec.json
blob87b971ace017f5a74437ca78a7fbf2453b964852
2   "name": "ShgardiUIComponents",
3   "version": "4.4.3",
4   "summary": "Construct and manage a graphical, declarative syntax user interface for your iOS app.",
5   "description": "The ShgardiUIComponents framework provides the UI components for the iOS app. It provides the Alerts, Generic TableView, CollectionView, and more.",
6   "homepage": "https://github.com/Shgardi/shgardi-ios-ui-components",
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-components.git",
16     "tag": "4.4.3"
17   },
18   "default_subspecs": "UIKitComponents",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "subspecs": [
24     {
25       "name": "UIKitComponents",
26       "platforms": {
27         "ios": "13.0"
28       },
29       "frameworks": "UIKit",
30       "source_files": "Sources/UIKit/**/*",
31       "dependencies": {
32         "ShgardiUIBuilder/UIKitBuilder": [
34         ],
35         "ShgardiUIFoundation/Core": [
37         ],
38         "ShgardiFoundation/Core": [
40         ]
41       },
42       "resource_bundles": {
43         "ShgardiUIComponents_ShgardiUIComponents": [
44           "Sources/UIKit/Resources/Localizable/*.lproj/*.strings"
45         ]
46       }
47     },
48     {
49       "name": "SwiftUIComponents",
50       "platforms": {
51         "ios": "13.0"
52       },
53       "frameworks": "SwiftUI",
54       "source_files": "Sources/SwiftUI/**/*",
55       "dependencies": {
56         "ShgardiUIBuilder/SwiftUIBuilder": [
58         ],
59         "ShgardiFoundation/Core": [
61         ],
62         "ShgardiFoundation": [
64         ],
65         "ShgardiUIComponents/UIKitComponents": [
67         ]
68       }
69     }
70   ],
71   "swift_version": "5.0"