[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 6 / CellularLocalStorage / 5.0.0 / CellularLocalStorage.podspec.json
blob0e5932cfa893d95ee95aba55fbd4a7730a7108eb
2   "name": "CellularLocalStorage",
3   "swift_version": "5.0",
4   "module_name": "LocalStorage",
5   "version": "5.0.0",
6   "summary": "Easy to use storage for persisting small data sets",
7   "description": "Module for saving data locally",
8   "homepage": "www.cellular.de",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Cellular GmbH": "office@cellular.de"
15   },
16   "source": {
17     "git": "https://github.com/cellular/localstorage-swift.git",
18     "tag": "5.0.0"
19   },
20   "platforms": {
21     "ios": "10.3",
22     "tvos": "10.2",
23     "watchos": "2.2"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "CELLULAR/Locking": [
31           "~> 5.0.0"
32         ]
33       },
34       "source_files": "Source/Core/**/*.swift"
35     },
36     {
37       "name": "Wrap",
38       "dependencies": {
39         "Wrap": [
40           "~> 3.0.0"
41         ],
42         "CellularLocalStorage/Core": [
44         ]
45       },
46       "source_files": "Source/Wrap/WrapEncoder.swift"
47     },
48     {
49       "name": "Unbox",
50       "dependencies": {
51         "Unbox": [
52           "~> 4.0.0"
53         ],
54         "CellularLocalStorage/Core": [
56         ]
57       },
58       "source_files": "Source/Unbox/UnboxDecoder.swift"
59     }
60   ]