[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 7 / ShgardiKit / 2.0.1 / ShgardiKit.podspec.json
blobbb4d39afef74b77248e98699e2a6d92a224c2583
2   "name": "ShgardiKit",
3   "version": "2.0.1",
4   "summary": "Access the extensions and utilities for the essential data types and the UI. Declare the user interface and behavior for your iOS app.",
5   "description": "The ShgardiKit provides the extensions and utilities for the essential data types and the UI, and the UIBuilder that uses a declarative syntax to build UI simpler and easier to read than ever before, saving you time and maintenance. Access the UI custom components from UIComponents that uses the declarative syntax too.",
6   "homepage": "https://github.com/Shgardi/shgardi-ios-kit",
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-kit.git",
16     "branch": "master"
17   },
18   "default_subspecs": "UIKit",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": "5.0",
23   "dependencies": {
24     "ShgardiFoundation": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "UIKit",
31       "dependencies": {
32         "ShgardiUIComponents/UIKitComponents": [
34         ],
35         "ShgardiUIBuilder/UIKitBuilder": [
37         ],
38         "ShgardiUIFoundation": [
40         ]
41       }
42     },
43     {
44       "name": "SwiftUI",
45       "dependencies": {
46         "ShgardiKit/UIKit": [
48         ],
49         "ShgardiUIComponents/SwiftUIComponents": [
51         ],
52         "ShgardiUIBuilder/SwiftUIBuilder": [
54         ]
55       }
56     },
57     {
58       "name": "Maps",
59       "dependencies": {
60         "ShgardiMaps": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"