[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / d / ShgardiUIComponents / 2.7.0 / ShgardiUIComponents.podspec.json
blobd94c62b074b12840daa6b25069dde2e4d3330b32
2   "name": "ShgardiUIComponents",
3   "version": "2.7.0",
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   "dependencies": {
24     "NVActivityIndicatorView": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "UIKitComponents",
31       "platforms": {
32         "ios": "12.0"
33       },
34       "frameworks": "UIKit",
35       "source_files": "ShgardiUIComponents/UIKit/**/*",
36       "dependencies": {
37         "ShgardiUIBuilder/UIKitBuilder": [
39         ],
40         "ShgardiUIFoundation": [
42         ]
43       }
44     },
45     {
46       "name": "SwiftUIComponents",
47       "platforms": {
48         "ios": "13.0"
49       },
50       "frameworks": "SwiftUI",
51       "source_files": "ShgardiUIComponents/SwiftUI/**/*",
52       "dependencies": {
53         "ShgardiUIBuilder/SwiftUIBuilder": [
55         ],
56         "ShgardiFoundation": [
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.0"