[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 6 / CellularLocalStorage / 4.2.0 / CellularLocalStorage.podspec.json
blobbbc23112afce2bdc5086d89426aaa18ffbbe0055
2   "name": "CellularLocalStorage",
3   "swift_version": "4.2",
4   "module_name": "LocalStorage",
5   "version": "4.2.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": "4.2.0"
19   },
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "CELLULAR/Result": [
31           "~> 4.1.0"
32         ],
33         "CELLULAR/Locking": [
34           "~> 4.1.0"
35         ]
36       },
37       "source_files": "Source/Core/**/*.swift"
38     },
39     {
40       "name": "Wrap",
41       "dependencies": {
42         "Wrap": [
43           "~> 3.0.0"
44         ],
45         "CellularLocalStorage/Core": [
47         ]
48       },
49       "source_files": "Source/Wrap/WrapEncoder.swift"
50     },
51     {
52       "name": "Unbox",
53       "dependencies": {
54         "Unbox": [
55           "~> 2.5.0"
56         ],
57         "CellularLocalStorage/Core": [
59         ]
60       },
61       "source_files": "Source/Unbox/UnboxDecoder.swift"
62     }
63   ]