2 "name": "NSData+FastHex",
4 "summary": "Fast hexadecimal string encoding / decoding for NSData",
5 "description": " NSData+FastHex adds a category on `NSData` to convert to and from a\n hexadecimal string representation. As the name implies, it has a focus on\n performance, without sacrificing code clarity.\n",
6 "homepage": "https://github.com/jmah/NSData-FastHex",
9 "Jonathon Mah": "me@JonathonMah.com"
12 "git": "https://github.com/jmah/NSData-FastHex.git",
15 "social_media_url": "https://twitter.com/dev_etc",
17 "source_files": "*.{h,m}",
18 "frameworks": "Foundation"