blob: 718204d485c808b698cedf697a20a8e27709673e [file] [log] [blame]
{
"name": "CellularLocalStorage",
"swift_versions": "5.0",
"module_name": "LocalStorage",
"version": "5.0.1",
"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": "5.0.1"
},
"platforms": {
"ios": "10.3",
"tvos": "10.2",
"watchos": "2.2"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CELLULAR/Locking": [
"~> 5.0"
]
},
"source_files": "Source/Core/**/*.swift"
},
{
"name": "Wrap",
"dependencies": {
"Wrap": [
"~> 3.0"
],
"CellularLocalStorage/Core": [
]
},
"source_files": "Source/Wrap/WrapEncoder.swift"
},
{
"name": "Unbox",
"dependencies": {
"Unbox": [
"~> 4.0"
],
"CellularLocalStorage/Core": [
]
},
"source_files": "Source/Unbox/UnboxDecoder.swift"
}
]
}