[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.22.1 / Snabble.podspec.json
blob71174782bb411d6260027c642458133239889e82
2   "name": "Snabble",
3   "version": "0.22.1",
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/snabble-ios-sdk.git",
16     "tag": "0.22.1"
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         "SwiftBase32": [
36           "~> 0.9.0"
37         ],
38         "GRDB.swift": [
39           "~> 5"
40         ],
41         "Zip": [
42           "~> 2"
43         ],
44         "OneTimePassword": [
45           "~> 3"
46         ],
47         "TrustKit": [
48           "~> 2"
49         ],
50         "KeychainAccess": [
51           "~> 4"
52         ]
53       }
54     },
55     {
56       "name": "UI",
57       "source_files": "Snabble/UI/**/*.swift",
58       "dependencies": {
59         "Snabble/Core": [
61         ],
62         "SDCAlertView": [
63           "~> 12"
64         ],
65         "WCAG-Colors": [
67         ],
68         "DeviceKit": [
69           "~> 4"
70         ],
71         "Pulley": [
72           "~> 2.9"
73         ],
74         "AutoLayout-Helper": [
76         ]
77       },
78       "resource_bundles": {
79         "SnabbleSDK": [
80           "Snabble/UI/*.lproj/*.strings",
81           "Snabble/UI/*.lproj/*.stringsdict",
82           "Snabble/UI/**/*.der",
83           "Snabble/UI/**/*.html",
84           "Snabble.xcassets"
85         ]
86       }
87     },
88     {
89       "name": "Datatrans",
90       "dependencies": {
91         "Snabble/UI": [
93         ],
94         "Datatrans": [
95           "~> 2.2.0"
96         ]
97       },
98       "source_files": "Snabble/Datatrans/**/*.swift"
99     }
100   ],
101   "swift_version": "5.0"