blob: be025f4cf069376e8f1ccb60873335d6afa76a9a [file] [log] [blame]
{
"name": "NanoID",
"version": "1.0.1",
"summary": "Secure, unique, and configurable ID generator",
"description": "A Swift implementation of NanoID for generating configurable length unique, secure, IDs.",
"swift_versions": "5.1",
"homepage": "https://github.com/Tundaware/NanoID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Cox": "george@tundaware.com"
},
"social_media_url": "https://twitter.com/tundaware",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/Tundaware/NanoID.git",
"tag": "v1.0.1"
},
"source_files": "Sources/NanoID/**/*.swift",
"swift_version": "5.1"
}