blob: 8c3bcb24f5df9662ae4c265d9a20ff27da7d053e [file] [log] [blame]
{
"name": "Punycode",
"version": "1.0.0",
"summary": "A Pure Swift library for encod 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.0"
},
"source_files": "Source/*.{swift}",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"tvos": "12.0"
},
"swift_version": "4.2"
}