[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.3.5 / Snabble.podspec.json
blob152abb4a34783260f86b631c8c52dce6ae4eccd0
2   "name": "Snabble",
3   "version": "0.3.5",
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.3.5"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Snabble/Core/{Products,EAN,Cart,Metadata}/*.swift",
26       "dependencies": {
27         "GRDB.swift": [
28           "~> 2"
29         ],
30         "Zip": [
31           "~> 1"
32         ]
33       }
34     },
35     {
36       "name": "UI",
37       "source_files": "Snabble/UI/{Utilities,EAN,Scanner,ShoppingCart,Payment}/*.{swift,xib}",
38       "dependencies": {
39         "Snabble/Core": [
41         ],
42         "DZNEmptyDataSet": [
44         ],
45         "SwiftMessages": [
47         ]
48       },
49       "resource_bundles": {
50         "Snabble": [
51           "Snabble.xcassets",
52           "Snabble/UI/*.lproj/*.strings"
53         ]
54       }
55     }
56   ]