[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / a / Punycode-Cocoa / 1.0 / Punycode-Cocoa.podspec.json
blobbcc40097bba0a18c8c61e527436fbc70825e2347
2   "name": "Punycode-Cocoa",
3   "version": "1.0",
4   "summary": "Punycode/IDNA category on NSString, based on RFC 3492, RFC 3490.\n.",
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  \n  déjà.vu.example → xn--dj-kia8a.vu.example\n   \n",
6   "homepage": "https://github.com/orkoden/Punycode-Cocoa",
7   "license": "BSD",
8   "authors": {
9     "Jörg Bühmann": "joergbuehmann@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/orkoden/Punycode-Cocoa.git",
13     "tag": "1.0"
14   },
15   "requires_arc": true,
16   "source_files": "Pod/**/*"