Jörg Bühmann

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
2pods
Gets URLs from a pasteboard. Instead of requiring a user to enter URLs by had, just pick it from the clipboard. It checks text content for strings looking like links and turns them into NSURL
s. Also works for internationalized domain names (IDNA).
License: MIT
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.
déjà.vu.example → xn--dj-kia8a.vu.example
License: BSD