blob: 1a5a703bf2c564aa2d1e8a09422ea4daccbcd493 [file] [log] [blame]
{
"name": "NanoID",
"version": "1.0.3",
"summary": "Secure, unique, and configurable ID generator",
"description": "Another Swift implementation of Nano ID. Includes secure & insecure randomizers.",
"homepage": "https://github.com/Tundaware/NanoID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Cox": "george@tundaware.com"
},
"social_media_url": "https://twitter.com/Tundaware",
"source": {
"git": "https://github.com/Tundaware/NanoID.git",
"tag": "1.0.3"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"watchos": "4.0",
"osx": "10.11"
},
"source_files": "Sources/NanoID/**/*.swift",
"swift_version": "5.1"
}