[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / e / 4 / ShgardiUIFoundation / 3.1.2 / ShgardiUIFoundation.podspec.json
blob1ddacbe6a9a98d6c5061878ed94c7da5455cde46
2   "name": "ShgardiUIFoundation",
3   "version": "3.1.2",
4   "summary": "Access the extensions and utilities for the UI, to define the base layer of functionality for your app UI.",
5   "description": "The ShgardiUIFoundation framework provides extensions and utilities for the base layer of functionality, including UIView, UIViewController, UITableView, UICollectionView, etc.. The extensions, classes, protocols, and utilities defined by the ShgardiUIFoundation are used throughout the iOS SDK.",
6   "homepage": "https://github.com/Shgardi/shgardi-ios-ui-foundation",
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-foundation.git",
16     "tag": "3.1.2"
17   },
18   "default_subspecs": "Core",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "UIKit",
27       "source_files": "Sources/ShgardiUIFoundation/**/*",
28       "platforms": {
29         "ios": "12.0"
30       },
31       "dependencies": {
32         "ShgardiFoundation/Core": [
34         ],
35         "Kingfisher": [
36           ">= 7.8.1"
37         ]
38       }
39     },
40     {
41       "name": "Rx",
42       "frameworks": "Combine",
43       "source_files": "Sources/ShgardiUIRx/**/*",
44       "platforms": {
45         "ios": "13.0"
46       },
47       "dependencies": {
48         "ShgardiUIFoundation/Core": [
50         ],
51         "ShgardiFoundation/Rx": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"