[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / NSData+FastHex / 1.0.0 / NSData+FastHex.podspec.json
blobf087fe91298ddbf7784a314dfe3d4482ef449405
2   "name": "NSData+FastHex",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Jonathon Mah": "me@JonathonMah.com"
10   },
11   "source": {
12     "git": "https://github.com/jmah/NSData-FastHex.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/dev_etc",
16   "requires_arc": true,
17   "source_files": "*.{h,m}",
18   "frameworks": "Foundation"