blob: 7590c6b400e4cdb204ed9f8c9911f144b41acd8d [file] [log] [blame]
{
"name": "Snabble",
"version": "0.13.5",
"summary": "The snabble iOS SDK",
"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.",
"homepage": "https://snabble.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snabble GmbH": "info@snabble.io"
},
"source": {
"git": "https://github.com/snabble/iOS-SDK.git",
"tag": "0.13.5"
},
"social_media_url": "https://twitter.com/snabble_io",
"platforms": {
"ios": "10.3"
},
"swift_versions": [
"5.0"
],
"subspecs": [
{
"name": "Core",
"source_files": "Snabble/Core/**/*.swift",
"dependencies": {
"GRDB.swift": [
"~> 4"
],
"Zip": [
"~> 1"
],
"OneTimePassword": [
"~> 3"
],
"TrustKit": [
"~> 1"
],
"KeychainAccess": [
"~> 4"
]
}
},
{
"name": "UI",
"source_files": "Snabble/UI/**/*.swift",
"dependencies": {
"Snabble/Core": [
],
"UIEmptyState": [
"~> 4"
],
"EasyTipView": [
"~> 2"
],
"SDCAlertView": [
"~> 11.1"
]
},
"resource_bundles": {
"Snabble": [
"Snabble.xcassets",
"Snabble/UI/*.lproj/*.strings",
"Snabble/UI/**/*.xib",
"Snabble/UI/**/*.der",
"i18n/*.twine"
]
}
}
],
"swift_version": "5.0"
}