blob: bfe94c979bee94442618c6440784f5e1611f736d [file] [log] [blame]
{
"name": "Punycode",
"version": "1.0.1",
"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": "1.0.1"
},
"source_files": "Source/*.{swift}",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"tvos": "12.0"
},
"swift_version": "4.2"
}