[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / a / 3 / 2 / NSData+FastHex / 1.0.1 / NSData+FastHex.podspec.json
blobe9f1b0d8976f6228c5401d40d8301da2f3df1a8a
2   "name": "NSData+FastHex",
3   "version": "1.0.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/dev_etc",
16   "requires_arc": true,
17   "source_files": "*.{h,m}",
18   "frameworks": "Foundation"