[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.18.2 / Snabble.podspec.json
bloba2294a2a808c74d688c5a5372f5c750d674b7f18
2   "name": "Snabble",
3   "version": "0.18.2",
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.2"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "module_name": "SnabbleSDK",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "default_subspecs": [
27     "Core",
28     "UI"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Snabble/Core/**/*.swift",
34       "dependencies": {
35         "GRDB.swift": [
36           "~> 5"
37         ],
38         "Zip": [
39           "~> 2"
40         ],
41         "OneTimePassword": [
42           "~> 3"
43         ],
44         "TrustKit": [
45           "~> 1"
46         ],
47         "KeychainAccess": [
48           "~> 4"
49         ]
50       }
51     },
52     {
53       "name": "UI",
54       "source_files": "Snabble/UI/**/*.swift",
55       "dependencies": {
56         "Snabble/Core": [
58         ],
59         "SDCAlertView": [
60           "~> 12"
61         ],
62         "ColorCompatibility": [
64         ],
65         "WCAG-Colors": [
67         ],
68         "DeviceKit": [
69           "~> 4"
70         ],
71         "Pulley": [
72           "~> 2.9"
73         ],
74         "AutoLayout-Helper": [
76         ]
77       },
78       "resource_bundles": {
79         "SnabbleSDK": [
80           "Snabble/UI/*.lproj/*.strings",
81           "Snabble/UI/**/*.xib",
82           "Snabble/UI/**/*.der",
83           "Snabble/UI/**/*.html",
84           "Snabble.xcassets"
85         ]
86       }
87     },
88     {
89       "name": "Datatrans",
90       "dependencies": {
91         "Snabble/UI": [
93         ],
94         "Datatrans": [
95           "~> 1.5.0"
96         ]
97       },
98       "source_files": "Snabble/Datatrans/**/*.swift",
99       "resource_bundles": {
100         "SnabbleDT": [
101           "Snabble/Datatrans/**/*.xib"
102         ]
103       }
104     }
105   ],
106   "swift_version": "5.0"