blob: 3d755ee5bd318cc64ba356d28edb83e0d79bc6e9 [file] [log] [blame]
{
"name": "CellularLocalStorage",
"swift_versions": "5.1",
"module_name": "LocalStorage",
"version": "6.0.0",
"summary": "Easy to use storage for persisting small data sets",
"description": "Module for saving data locally",
"homepage": "www.cellular.de",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cellular GmbH": "office@cellular.de"
},
"source": {
"git": "https://github.com/cellular/localstorage-swift.git",
"tag": "6.0.0"
},
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"watchos": "5.0"
},
"default_subspecs": "Core",
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CELLULAR/Locking": [
"~> 6.0.0"
]
},
"source_files": "Sources/**/*.swift"
}
]
}