[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.21.0 / Snabble.podspec.json
blob5eef6113051e7390567ebe9b6b450950404d1a49
2   "name": "Snabble",
3   "version": "0.21.0",
4   "summary": "The snabble iOS SDK",
5   "description": "snabble - the self-scanning and checkout platform\nThe SDK provides scanning, checkout and payment services and UI components based on the snabble SaaS platform.",
6   "homepage": "https://snabble.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snabble GmbH": "info@snabble.io"
13   },
14   "source": {
15     "git": "https://github.com/snabble/iOS-SDK.git",
16     "tag": "0.21.0"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "module_name": "SnabbleSDK",
20   "platforms": {
21     "ios": "14.0"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "default_subspecs": [
27     "Core",
28     "UI"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Snabble/Core/**/*.swift",
34       "dependencies": {
35         "GRDB.swift": [
36           "~> 5"
37         ],
38         "Zip": [
39           "~> 2"
40         ],
41         "OneTimePassword": [
42           "~> 3"
43         ],
44         "TrustKit": [
45           "~> 1"
46         ],
47         "KeychainAccess": [
48           "~> 4"
49         ]
50       }
51     },
52     {
53       "name": "UI",
54       "source_files": "Snabble/UI/**/*.swift",
55       "dependencies": {
56         "Snabble/Core": [
58         ],
59         "SDCAlertView": [
60           "~> 12"
61         ],
62         "WCAG-Colors": [
64         ],
65         "DeviceKit": [
66           "~> 4"
67         ],
68         "Pulley": [
69           "~> 2.9"
70         ],
71         "AutoLayout-Helper": [
73         ]
74       },
75       "resource_bundles": {
76         "SnabbleSDK": [
77           "Snabble/UI/*.lproj/*.strings",
78           "Snabble/UI/*.lproj/*.stringsdict",
79           "Snabble/UI/**/*.der",
80           "Snabble/UI/**/*.html",
81           "Snabble.xcassets"
82         ]
83       }
84     },
85     {
86       "name": "Datatrans",
87       "dependencies": {
88         "Snabble/UI": [
90         ],
91         "Datatrans": [
92           "~> 1.5.0"
93         ]
94       },
95       "source_files": "Snabble/Datatrans/**/*.swift"
96     }
97   ],
98   "swift_version": "5.0"