[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / 7 / ShgardiFoundation / 2.0.7 / ShgardiFoundation.podspec.json
blob04cd7b4b7dd45231f2540f6e6d7fed61bebf2a6c
2   "name": "ShgardiFoundation",
3   "version": "2.0.7",
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     "branch": "master"
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": "ShgardiFoundation/Classes/Source/Core/**/*.swift"
28     },
29     {
30       "name": "Rx",
31       "frameworks": "Combine",
32       "source_files": "ShgardiFoundation/Classes/Source/Reactive/**/*.swift",
33       "dependencies": {
34         "ShgardiFoundation/Core": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"