[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.6.0 / Snabble.podspec.json
blob24db8d4856a827cdc5aeed85d62726ce817d7d5a
2   "name": "Snabble",
3   "version": "0.6.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.6.0"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.1",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Snabble/Core/{Products,EAN,Cart,Metadata}/*.swift",
27       "dependencies": {
28         "GRDB.swift": [
29           "~> 2"
30         ],
31         "Zip": [
32           "~> 1"
33         ]
34       }
35     },
36     {
37       "name": "UI",
38       "source_files": "Snabble/UI/{Utilities,EAN,Scanner,ShoppingCart,Payment,EmptyState}/*.swift",
39       "dependencies": {
40         "Snabble/Core": [
42         ]
43       },
44       "resource_bundles": {
45         "Snabble": [
46           "Snabble.xcassets",
47           "Snabble/UI/*.lproj/*.strings",
48           "Snabble/UI/**/*.xib",
49           "i18n/*.twine"
50         ]
51       }
52     }
53   ]