blob: f18eb1201b10a3bf175b015300d8293736dd5972 [file] [log] [blame]
{
"name": "cuid",
"version": "1.0.2",
"summary": "Collision-resistant ids optimized for horizontal scaling and binary search lookup performance. Based on ericelliott work for Javascript",
"description": "Collision-resistant ids optimized for horizontal scaling and binary search lookup performance.\n\nCurrently available for Node, browsers, Ruby, .Net, Go, PHP and Elixir. This is the swift version\n\nCuid().gencuid() returns a short random string with some collision-busting measures. Safe to use as HTML element ID's, and unique server-side record lookups.",
"homepage": "https://github.com/raphaelmansuy/cuid",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raphaelmansuy": "raphael.mansuy@gmail.com"
},
"source": {
"git": "https://github.com/raphaelmansuy/cuid.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "3.2",
"source_files": "cuid/**/*"
}