| { | |
| "name": "AES128", | |
| "version": "1.0.0", | |
| "summary": "AES 128 ECB PKCS7Padding.", | |
| "description": "AES 128 ECB PKCS7Padding...", | |
| "homepage": "https://github.com/dd2333/AES", | |
| "license": "MIT", | |
| "authors": { | |
| "dd2333": "ice.phoenix.zh@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": null | |
| }, | |
| "source": { | |
| "git": "https://github.com/dd2333/AES.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "AES", | |
| "AES/AESCrypt/**/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |