[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.18.1 / Snabble.podspec.json
blobb5fbaa3ebf6b74d45a5e86c3c654c83efc345e75
2   "name": "Snabble",
3   "version": "0.18.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/iOS-SDK.git",
16     "tag": "0.18.1"
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   "default_subspecs": [
26     "Core",
27     "UI"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Snabble/Core/**/*.swift",
33       "dependencies": {
34         "GRDB.swift": [
35           "~> 5"
36         ],
37         "Zip": [
38           "~> 2"
39         ],
40         "OneTimePassword": [
41           "~> 3"
42         ],
43         "TrustKit": [
44           "~> 1"
45         ],
46         "KeychainAccess": [
47           "~> 4"
48         ]
49       }
50     },
51     {
52       "name": "UI",
53       "source_files": "Snabble/UI/**/*.swift",
54       "dependencies": {
55         "Snabble/Core": [
57         ],
58         "SDCAlertView": [
59           "~> 12"
60         ],
61         "ColorCompatibility": [
63         ],
64         "WCAG-Colors": [
66         ],
67         "DeviceKit": [
68           "~> 4"
69         ],
70         "Pulley": [
71           "~> 2.9"
72         ],
73         "AutoLayout-Helper": [
75         ]
76       },
77       "resource_bundles": {
78         "Snabble": [
79           "Snabble/UI/*.lproj/*.strings",
80           "Snabble/UI/**/*.xib",
81           "Snabble/UI/**/*.der",
82           "Snabble/UI/**/*.html",
83           "Snabble.xcassets"
84         ]
85       }
86     },
87     {
88       "name": "Datatrans",
89       "dependencies": {
90         "Snabble/UI": [
92         ],
93         "Datatrans": [
94           "~> 1.5.0"
95         ]
96       },
97       "source_files": "Snabble/Datatrans/**/*.swift",
98       "resource_bundles": {
99         "SnabbleDT": [
100           "Snabble/Datatrans/**/*.xib"
101         ]
102       }
103     }
104   ],
105   "swift_version": "5.0"