[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / 4 / 8 / b / LLVS / 0.1 / LLVS.podspec.json
blob661ee24fab409d9066c77853992b221b8299cfe4
2   "name": "LLVS",
3   "version": "0.1",
4   "summary": "A decentralized, versioned key-value storage framework in Swift",
5   "description": "Ever wish it was as easy to move your app's data around as it is to push and pull \nyour source code with a tool like Git? \n\nLLVS works like a standard key-value store, except that it attaches a version to\nevery piece of stored data — it forms a complete history of changes. \nJust as with Git, you can retrieve the values for \nany version, determine the differences between two versions, \nand merge divergent versions.\n\nLLVS is also decentralized: you can send and receive versions from other stores, \nin the same way that you push and pull from other repositories with Git.",
6   "homepage": "https://gitlab.com/llvs/llvs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.txt"
10   },
11   "authors": {
12     "Drew McCormack": "drewmccormack@mac.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://gitlab.com/llvs/llvs.git",
21     "tag": "0.1"
22   },
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/LLVS/*/*.swift"
29     },
30     {
31       "name": "CloudKit",
32       "dependencies": {
33         "LLVS/Core": [
35         ]
36       },
37       "frameworks": "CloudKit",
38       "source_files": "Sources/LLVSCloudKit/*.swift"
39     }
40   ]