[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.17.3 / Snabble.podspec.json
blob1de6263f03f9a12018c58ad233117d46476ff9d8
2   "name": "Snabble",
3   "version": "0.17.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.17.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   "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       },
90       "source_files": "Snabble/Datatrans/**/*.swift",
91       "vendored_frameworks": [
92         "Datatrans.xcframework",
93         "PPRiskMagnes.xcframework"
94       ],
95       "resource_bundles": {
96         "SnabbleDT": [
97           "Snabble/Datatrans/**/*.xib"
98         ]
99       }
100     }
101   ],
102   "swift_version": "5.0"