blob: 15c2c014a6205c2a4bb3c72dc28a5e404e23a5a8 [file] [log] [blame]
{
"name": "Punycode-Cocoa",
"version": "1.3.1",
"summary": "Punycode/IDNA category on NSString, based on RFC 3492, RFC 3490.",
"description": "A simple punycode/IDNA category on NSString, based on code and documentation from RFC 3492 and RFC 3490. Use this to convert internationalized domain names (IDN) between Unicode and ASCII.\n\ndéjà.vu.example → xn--dj-kia8a.vu.example",
"homepage": "https://github.com/Wevah/Punycode-Cocoa",
"license": "BSD",
"authors": {
"Nate Weaver (Wevah)": "wevah [snail] derailer [splot] org"
},
"source": {
"git": "https://github.com/Wevah/Punycode-Cocoa.git",
"tag": "1.3.1"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}