4 "summary": "Generates k-ordered identifiers as positive 64-bit integers without synchronization.",
5 "description": "A Swift micro-framework for generating compact identifiers that are time ordered in distributed systems without the need for synchronization.",
6 "homepage": "https://github.com/adib/MiniFlake.git",
9 "file": "LICENSE.markdown"
12 "Sasmito Adibowo": "adib@basil-salad.com"
15 "git": "https://github.com/adib/MiniFlake.git",
18 "social_media_url": "https://twitter.com/cutecoder",
19 "documentation_url": "https://github.com/adib/MiniFlake/blob/master/README.markdown",
20 "swift_version": "4.0",
27 "source_files": "MiniFlake/Classes/**/*",
28 "weak_frameworks": "CoreData"