[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / AES128Helper / 1.0.1 / AES128Helper.podspec.json
blob9b87465851ed52eaea6dcef6cfdc5f91febcecec
2   "name": "AES128Helper",
3   "version": "1.0.1",
4   "summary": "AES128 used for encryption or decrypt, apply the ECB mode, pcks5 or pcks7 padding.",
5   "homepage": "https://github.com/littleSun",
6   "license": "MIT",
7   "authors": {
8     "littleSun": "noah_nj@163.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/littleSun/AES128Helper.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "AES128Helper/Encrypt/AES128Helper.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "GTMBase64": [
22     ]
23   }