blob: f8482f85f4e98996c454d1462853d2ed3ae3232f [file] [log] [blame]
{
"name": "Bootstring",
"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/BootstringSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"frameworks": "Foundation",
"requires_arc": true,
"source": {
"git": "https://github.com/gumob/BootstringSwift.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"tvos": "12.0"
},
"swift_version": "4.2"
}