[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.12.11 / Snabble.podspec.json
blobf59b3948925a6982e238e2fb5eccc1ac3a134c21
2   "name": "Snabble",
3   "version": "0.12.11",
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.12.11"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "10.3"
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       },
61       "resource_bundles": {
62         "Snabble": [
63           "Snabble.xcassets",
64           "Snabble/UI/*.lproj/*.strings",
65           "Snabble/UI/**/*.xib",
66           "Snabble/UI/**/*.der",
67           "i18n/*.twine"
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.0"