blob: cdee542ca0a87d948d5af3799d8bd61d0ace494f [file] [log] [blame]
{
"name": "HLClock",
"version": "0.1.0",
"summary": "Hybrid Logical Clocks for iOS.",
"description": "Hybrid Logical Clocks enable causal ordering of events within a distributed system with imperfect clocks.\nSee: http://muratbuffalo.blogspot.com/2014/07/hybrid-logical-clocks.html",
"homepage": "https://github.com/opentable/HLClock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Spalding": "sspalding@opentable.com"
},
"source": {
"git": "https://github.com/opentable/HLClock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HLClock/Classes/**/*"
}