blob: 12ef1c5e7f0d8676504e9354bc8834a17165af19 [file] [log] [blame]
{
"name": "SwiftLogootUndo",
"version": "0.1.0",
"summary": "An implementation of Logoot-Undo in Swift",
"description": "Logoot-Undo is a member in CRDTs family (Conflict-free Replicated Data Types) where replicas reach convergence concurrently and automatically without manual interference.",
"homepage": "https://github.com/phucnm/SwiftLogootUndo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Nguyen": "phucnguyenpr@gmail.com"
},
"source": {
"git": "https://github.com/phucnm/SwiftLogootUndo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "SwiftLogootUndo/Classes/**/*"
}