blob: 41c16d75b8e5868341570cdfec7654e1f9915fe6 [file] [log] [blame]
{
"name": "LUUID",
"version": "1.0.0",
"summary": "A clone of Swift.UUID called LUUID because LUUID.uuidString returns a lowercase string to conform to the UUID RFC.",
"description": "This is a clone of Swift.UUID called LUUID because LUUID.uuidString returns a\nlowercase string to conform to the UUID RFC. It has some other minor modifications\ndue to being unable to access certain functions from outside of the Swift standard\nlibrary. However, LUUID is a drop-in replacement for Swift.UUID.",
"homepage": "https://github.com/benasher44/LUUID",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ben Asher": "benasher44@gmail.com"
},
"social_media_url": "https://twitter.com/benasher44",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/benasher44/LUUID.git",
"tag": "1.0.0"
},
"source_files": "LUUID/*.swift"
}