[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.15.3 / Snabble.podspec.json
blob5f1f5414f1ae10c33870c07010d2877e82369324
2   "name": "Snabble",
3   "version": "0.15.3",
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.15.3"
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           "~> 11.1"
56         ]
57       },
58       "resource_bundles": {
59         "Snabble": [
60           "Snabble.xcassets",
61           "Snabble/UI/*.lproj/*.strings",
62           "Snabble/UI/**/*.xib",
63           "Snabble/UI/**/*.der"
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.0"