[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 6 / CellularLocalStorage / 6.0.0 / CellularLocalStorage.podspec.json
blob3d755ee5bd318cc64ba356d28edb83e0d79bc6e9
2   "name": "CellularLocalStorage",
3   "swift_versions": "5.1",
4   "module_name": "LocalStorage",
5   "version": "6.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": "6.0.0"
19   },
20   "platforms": {
21     "ios": "11.0",
22     "tvos": "11.0",
23     "watchos": "5.0"
24   },
25   "default_subspecs": "Core",
26   "swift_version": "5.1",
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "CELLULAR/Locking": [
32           "~> 6.0.0"
33         ]
34       },
35       "source_files": "Sources/**/*.swift"
36     }
37   ]