[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 0 / d / ShgardiUIComponents / 2.0.2 / ShgardiUIComponents.podspec.json
blobfbc3ac512dc5b658c70508b4aa80f931ff5aec96
2   "name": "ShgardiUIComponents",
3   "version": "2.0.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": [
19     "UIKitComponents",
20     "SwiftUIComponents"
21   ],
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "12.0"
25   },
26   "dependencies": {
27     "ShgardiFoundation": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "UIKitComponents",
34       "frameworks": "UIKit",
35       "source_files": "ShgardiUIComponents/Classes/Source/UIKit/**/*",
36       "dependencies": {
37         "ShgardiUIBuilder/UIKitBuilder": [
39         ],
40         "ShgardiUIFoundation": [
42         ],
43         "NVActivityIndicatorView": [
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"