blob: e9f1b0d8976f6228c5401d40d8301da2f3df1a8a [file] [log] [blame]
{
"name": "NSData+FastHex",
"version": "1.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/dev_etc",
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": "Foundation"
}