[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / e / 7 / ShgardiFoundation / 3.3.0 / ShgardiFoundation.podspec.json
blob1be649d88f84ae39df97c321905d620bab5f1abc
2   "name": "ShgardiFoundation",
3   "version": "3.3.0",
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.3.0"
17   },
18   "default_subspecs": "Core",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "Foundation",
27       "source_files": "Sources/ShgardiFoundation/**/*.swift"
28     },
29     {
30       "name": "Rx",
31       "frameworks": "Combine",
32       "source_files": "Sources/ShgardiRx/**/*.swift",
33       "dependencies": {
34         "ShgardiFoundation/Core": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"