[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / 5 / CCommonCrypto / 0.1.1 / CCommonCrypto.podspec.json
blob95c8bb00b65bbe7a773534c22efe793e1a16286a
2   "name": "CCommonCrypto",
3   "version": "0.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 CCommonCrypto C API.",
6   "homepage": "http://gitlab.xuanke.com/iOS/CCommonCrypto",
7   "license": "MIT",
8   "authors": {
9     "taozui": "taozui@kaochong.com"
10   },
11   "source": {
12     "git": "git@gitlab.xuanke.com:iOS/CCommonCrypto.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "CCommonCrypto/**/*.{h,m}",
19   "public_header_files": "CCommonCrypto/**/*.h"