[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 5 / e / 7 / ShgardiFoundation / 2.2.1 / ShgardiFoundation.podspec.json
blobbe34e235c04cff01e15e9e5c096d57b2f71b7d37
2   "name": "ShgardiFoundation",
3   "version": "2.2.1",
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/Core/**/*.swift",
28       "platforms": {
29         "ios": "12.0"
30       }
31     },
32     {
33       "name": "Rx",
34       "frameworks": "Combine",
35       "source_files": "ShgardiFoundation/Reactive/**/*.swift",
36       "platforms": {
37         "ios": "13.0"
38       },
39       "dependencies": {
40         "ShgardiFoundation/Core": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"