[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.11.0 / Snabble.podspec.json
blob5a4f2393550320871a157b3e49a8342096058114
2   "name": "Snabble",
3   "version": "0.11.0",
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.11.0"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Snabble/Core/**/*.swift",
30       "dependencies": {
31         "GRDB.swift": [
32           "~> 4"
33         ],
34         "Zip": [
35           "~> 1"
36         ],
37         "OneTimePassword": [
38           "~> 3"
39         ],
40         "TrustKit": [
41           "~> 1"
42         ]
43       }
44     },
45     {
46       "name": "UI",
47       "source_files": "Snabble/UI/**/*.swift",
48       "dependencies": {
49         "Snabble/Core": [
51         ]
52       },
53       "resource_bundles": {
54         "Snabble": [
55           "Snabble.xcassets",
56           "Snabble/UI/*.lproj/*.strings",
57           "Snabble/UI/**/*.xib",
58           "i18n/*.twine"
59         ]
60       }
61     }
62   ]