[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / 4 / AES128Helper / 1.0.0 / AES128Helper.podspec.json
blobc48b29748cccbe8fd49616dbd1ba7945c1e5fd7f
2   "name": "AES128Helper",
3   "version": "1.0.0",
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.0"
16   },
17   "source_files": "AES128Helper/Encrypt/AES128Helper.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "GTMBase64": [
22     ]
23   }