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