blob: 0ade3ad38e3a378e2f3730d41b42767bb68409c4 [file] [log] [blame]
{
"name": "CellularLocalStorage",
"swift_version": "4.1",
"module_name": "LocalStorage",
"version": "4.1.0",
"summary": "Persist and access data safely",
"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": "4.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CELLULAR/Result": [
"~> 4.1.0"
],
"CELLULAR/Locking": [
"~> 4.1.0"
]
},
"source_files": "Source/Core/**/*.swift"
},
{
"name": "Wrap",
"dependencies": {
"Wrap": [
"~> 2.0"
],
"CellularLocalStorage/Core": [
]
},
"source_files": "Source/Wrap/WrapEncoder.swift"
},
{
"name": "Unbox",
"dependencies": {
"Unbox": [
"~> 2.3"
],
"CellularLocalStorage/Core": [
]
},
"source_files": "Source/Unbox/UnboxDecoder.swift"
}
]
}