[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 3 / 2 / 1 / CZAESCipher / 0.0.1 / CZAESCipher.podspec.json
blobb7eca5b462aee126054d68a29bd7982f485743d3
2   "name": "CZAESCipher",
3   "version": "0.0.1",
4   "summary": "iOS AES 加密解密.",
5   "description": "iOS AES 加密解密,支持 16、14 和 32 位秘钥长度;支持 ECB 和 CBC 加密模式",
6   "homepage": "https://github.com/JQZhangC/CZAESCipher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CZ": "cooper_jx@126.com"
13   },
14   "source": {
15     "git": "https://github.com/JQZhangC/CZAESCipher.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CZAESCipher/Classes/**/*"