[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 5 / e / 7 / ShgardiFoundation / 3.0.3 / ShgardiFoundation.podspec.json
blobfb3d9feabd3452a7205f14c5bf723d3cd6b42937
2   "name": "ShgardiFoundation",
3   "version": "3.0.3",
4   "summary": "Access the extensions and utilities for the essential data types and collections, to define the base layer of functionality for your app.",
5   "description": "The ShgardiFoundation framework provides extensions and utilities for the base layer of functionality, including text processing, date and time calculations, sorting and filtering. The extensions, classes, protocols, and data types defined by the ShgardiFoundation are used throughout the iOS SDK.",
6   "homepage": "https://github.com/Shgardi/shgardi-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-foundation.git",
16     "tag": "3.0.3"
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": "Foundation",
27       "source_files": "Sources/ShgardiFoundation/**/*.swift",
28       "platforms": {
29         "ios": "12.0"
30       }
31     },
32     {
33       "name": "Rx",
34       "frameworks": "Combine",
35       "source_files": "Sources/ShgardiRx/**/*.swift",
36       "platforms": {
37         "ios": "13.0"
38       },
39       "dependencies": {
40         "ShgardiFoundation/Core": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"