[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 0 / Snabble / 0.9.7 / Snabble.podspec.json
blob33ceb275f45cbc4a9fc46a96618c29205ef13905
2   "name": "Snabble",
3   "version": "0.9.7",
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.9.7"
17   },
18   "social_media_url": "https://twitter.com/snabble_io",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Snabble/Core/**/*.swift",
27       "dependencies": {
28         "GRDB.swift": [
29           "~> 3"
30         ],
31         "Zip": [
32           "~> 1"
33         ],
34         "OneTimePassword": [
35           "~> 3"
36         ],
37         "TrustKit": [
38           "~> 1"
39         ]
40       }
41     },
42     {
43       "name": "UI",
44       "source_files": "Snabble/UI/**/*.swift",
45       "dependencies": {
46         "Snabble/Core": [
48         ]
49       },
50       "resource_bundles": {
51         "Snabble": [
52           "Snabble.xcassets",
53           "Snabble/UI/*.lproj/*.strings",
54           "Snabble/UI/**/*.xib",
55           "i18n/*.twine"
56         ]
57       },
58       "script_phases": {
59         "name": "Run twine",
60         "script": "        if [ \"$TESTING\" -ne \"1\" ]; then\n          if which twine >/dev/null; then\n            cd $PODS_TARGET_SRCROOT\n            TWINE=i18n/Snabble.twine\n            if [ -r \"$TWINE\" ]; then\n              echo \"Creating strings file\"\n              twine generate-localization-file $TWINE --lang en --format apple Snabble/UI/en.lproj/SnabbleLocalizable.strings\n            fi\n          fi\n        fi\n"
61       }
62     }
63   ]