[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.16.6 / Snabble.podspec.json
blobf0fb357a7d98ec63e2348f66c198a283063df68a
2   "name": "Snabble",
3   "version": "0.16.6",
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.16.6"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Snabble/Core/**/*.swift",
29       "dependencies": {
30         "GRDB.swift": [
31           "~> 5"
32         ],
33         "Zip": [
34           "~> 2"
35         ],
36         "OneTimePassword": [
37           "~> 3"
38         ],
39         "TrustKit": [
40           "~> 1"
41         ],
42         "KeychainAccess": [
43           "~> 4"
44         ]
45       }
46     },
47     {
48       "name": "UI",
49       "source_files": "Snabble/UI/**/*.swift",
50       "dependencies": {
51         "Snabble/Core": [
53         ],
54         "SDCAlertView": [
55           "~> 12"
56         ],
57         "ColorCompatibility": [
59         ],
60         "Capable/Colors": [
62         ],
63         "DeviceKit": [
64           "~> 4"
65         ]
66       },
67       "resource_bundles": {
68         "Snabble": [
69           "Snabble.xcassets",
70           "Snabble/UI/*.lproj/*.strings",
71           "Snabble/UI/**/*.xib",
72           "Snabble/UI/**/*.der"
73         ]
74       }
75     }
76   ],
77   "swift_version": "5.0"