4 "summary": "Generates time-ordered identifiers as positive 64-bit integers without synchronization.",
5 "description": "A Swift micro-framework for generating compact identifiers that are time ordered without the need for synchronization. Unlike UUID-based methods, the identifiers would only be 63-bits long — hence fit as a positive number in a 64-bit integer. These identifiers are also roughly time-ordered, hence can be used as a sorting attribute to get the corresponding data objects sorted by time as well.\nInspired from Twitter Snowflake identifier-creation algorithm.",
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"