blob: 379f79bc1f7e36c147635021b7fda69f419ce361 [file] [log] [blame]
{
"name": "Punycode",
"version": "2.1.0",
"summary": "A Pure Swift library for encode and decode punycoded strings supporting iOS, macOS, and tvOS.",
"homepage": "https://github.com/gumob/PunycodeSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"frameworks": "Foundation",
"requires_arc": true,
"source": {
"git": "https://github.com/gumob/PunycodeSwift.git",
"tag": "2.1.0"
},
"source_files": "Source/*.{swift}",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "12.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}