[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / d / ShgardiUIComponents / 2.12.2 / ShgardiUIComponents.podspec.json
blob74c3a53fc1077b05fe48ba1a0d79d7db0bf41904
2   "name": "ShgardiUIComponents",
3   "version": "2.12.2",
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     "branch": "master"
17   },
18   "default_subspecs": "UIKitComponents",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "subspecs": [
24     {
25       "name": "UIKitComponents",
26       "platforms": {
27         "ios": "12.0"
28       },
29       "frameworks": "UIKit",
30       "source_files": "ShgardiUIComponents/UIKit/**/*",
31       "dependencies": {
32         "ShgardiUIBuilder/UIKitBuilder": [
34         ],
35         "ShgardiUIFoundation": [
37         ]
38       }
39     },
40     {
41       "name": "SwiftUIComponents",
42       "platforms": {
43         "ios": "13.0"
44       },
45       "frameworks": "SwiftUI",
46       "source_files": "ShgardiUIComponents/SwiftUI/**/*",
47       "dependencies": {
48         "ShgardiUIBuilder/SwiftUIBuilder": [
50         ],
51         "ShgardiFoundation": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"