[Add] MamoGiftCustom 1.0.7
[CocoaPods.git] / Specs / e / a / 1 / CommonCrypto / 1.0 / CommonCrypto.podspec.json
blob2eb259050e2977967e725b891cdf8362f5aca9fb
2   "name": "CommonCrypto",
3   "version": "1.0",
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.0"
14   },
15   "source_files": "NSData+CommonCrypto.{h,m}",
16   "public_header_files": "*.h",
17   "requires_arc": false