blob: f087fe91298ddbf7784a314dfe3d4482ef449405 [file] [log] [blame]
{
"name": "NSData+FastHex",
"version": "1.0.0",
"summary": "Fast hexadecimal string encoding / decoding for NSData",
"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",
"homepage": "https://github.com/jmah/NSData-FastHex",
"license": "MIT",
"authors": {
"Jonathon Mah": "me@JonathonMah.com"
},
"source": {
"git": "https://github.com/jmah/NSData-FastHex.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dev_etc",
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": "Foundation"
}