[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.17.8 / Snabble.podspec.json
blob41a91462ab2fbd51bf3d24dfbadb0df24f040b64
2   "name": "Snabble",
3   "version": "0.17.8",
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.17.8"
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         "Capable/Colors": [
66         ],
67         "DeviceKit": [
68           "~> 4"
69         ],
70         "Pulley": [
71           "~> 2.9"
72         ]
73       },
74       "resource_bundles": {
75         "Snabble": [
76           "Snabble/UI/*.lproj/*.strings",
77           "Snabble/UI/**/*.xib",
78           "Snabble/UI/**/*.der",
79           "Snabble.xcassets"
80         ]
81       }
82     },
83     {
84       "name": "Datatrans",
85       "dependencies": {
86         "Snabble/UI": [
88         ],
89         "Datatrans": [
91         ]
92       },
93       "source_files": "Snabble/Datatrans/**/*.swift",
94       "resource_bundles": {
95         "SnabbleDT": [
96           "Snabble/Datatrans/**/*.xib"
97         ]
98       }
99     }
100   ],
101   "swift_version": "5.0"