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",
12 "Drew McCormack": "drewmccormack@mac.com"
18 "swift_versions": "5.0",
20 "git": "https://gitlab.com/llvs/llvs.git",
23 "default_subspecs": "Core",
24 "swift_version": "5.0",
28 "source_files": "Sources/LLVS/*/*.swift"
37 "frameworks": "CloudKit",
38 "source_files": "Sources/LLVSCloudKit/*.swift"