[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 1 / a / Punycode-Cocoa / 1.3 / Punycode-Cocoa.podspec.json
blobc9db2551502308802c88e0a327cad461f82c73bf
2   "name": "Punycode-Cocoa",
3   "version": "1.3",
4   "summary": "Punycode/IDNA category on NSString, based on RFC 3492, RFC 3490.",
5   "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",
6   "homepage": "https://github.com/Wevah/Punycode-Cocoa",
7   "license": "BSD",
8   "authors": {
9     "Nate Weaver (Wevah)": "wevah [snail] derailer [splot] org"
10   },
11   "source": {
12     "git": "https://github.com/Wevah/Punycode-Cocoa.git",
13     "tag": "1.3"
14   },
15   "requires_arc": true,
16   "source_files": "Pod/**/*",
17   "platforms": {
18     "osx": null,
19     "ios": null,
20     "tvos": null,
21     "watchos": null
22   }