blob: 0224a136a82f39471e9611faed101a4db8ca79e0 [file] [log] [blame]
{
"name": "MiniFlake",
"version": "0.0.2",
"summary": "Generates k-ordered identifiers as positive 64-bit integers without synchronization.",
"description": "A Swift micro-framework for generating compact identifiers that are time ordered in distributed systems without the need for synchronization.",
"homepage": "https://github.com/adib/MiniFlake.git",
"license": {
"type": "MIT",
"file": "LICENSE.markdown"
},
"authors": {
"Sasmito Adibowo": "adib@basil-salad.com"
},
"source": {
"git": "https://github.com/adib/MiniFlake.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/cutecoder",
"swift_version": "4.0",
"platforms": {
"osx": "10.12",
"ios": "10.3",
"tvos": "10.2",
"watchos": "3.2"
},
"source_files": "MiniFlake/Classes/**/*",
"weak_frameworks": "CoreData"
}