[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.14.0 / Snabble.podspec.json
blobc1ea5d8ac0a305c67dcd322f74ba4e34c064bd9b
2   "name": "Snabble",
3   "version": "0.14.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.14.0"
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           "~> 4"
32         ],
33         "Zip": [
34           "~> 1"
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         "UIEmptyState": [
55           "~> 4"
56         ],
57         "EasyTipView": [
58           "~> 2"
59         ],
60         "SDCAlertView": [
61           "~> 11.1"
62         ]
63       },
64       "resource_bundles": {
65         "Snabble": [
66           "Snabble.xcassets",
67           "Snabble/UI/*.lproj/*.strings",
68           "Snabble/UI/**/*.xib",
69           "Snabble/UI/**/*.der",
70           "i18n/*.twine"
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"