blob: c187e3d210d836ce734c2c5aa3a0be9af9811d92 [file] [log] [blame]
{
"name": "AESCrypt-ObjC",
"version": "1.0.2",
"summary": "Simple AES encryption / decryption for iOS and OS X.",
"description": "AESCrypt is a simple to use, opinionated AES encryption / decryption Objective-C class that just works.\nAESCrypt uses the AES-256-CBC cipher and encodes the encrypted data with base64.",
"homepage": "https://github.com/canicelebrate/AESCrypt-ObjC",
"license": "MIT",
"authors": {
"William Wang": "canicelebrate@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/canicelebrate/AESCrypt-ObjC.git",
"tag": "1.0.2"
},
"source_files": "**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "**/AESCrypt.h"
}