[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / 1 / CommonCrypto / 1.1 / CommonCrypto.podspec.json
blob26a54b871b22ae022dbac786cc999b7b71a09525
2   "name": "CommonCrypto",
3   "version": "1.1",
4   "summary": "A simple cryptographic tool.",
5   "description": "  This implements a category on NSData for performing digest, HMAC, and cryptographic operations on the contents of the receiver, all of which are based on the CommonCrypto C API.\n",
6   "homepage": "https://github.com/AlanQuatermain/aqtoolkit",
7   "license": "MIT",
8   "authors": {
9     "Jim Dovey": "jimdovey@mac.com"
10   },
11   "source": {
12     "git": "https://github.com/EduPad/CommonCrypto.git",
13     "tag": "1.1"
14   },
15   "source_files": "NSData+CommonCrypto.{h,m}",
16   "public_header_files": "*.h",
17   "requires_arc": false