blob: b1d24ed17fcd994b446c3a5ef1ebfc70cd8b07ea [file] [log] [blame]
{
"name": "QtecAES",
"version": "0.1.0",
"summary": "QtecAES encrypt and decrypt on iOS platform.",
"description": "//将string转成带密码的data\n+ (NSString*)encryptAESData:(NSString*)string withKey:(NSString *)key;\n//将带密码的data转成string\n+ (NSString*)decryptAESData:(NSString*)string withKey:(NSString *)key;\n\n//将NSData加密\n+ (NSData*)encryptAES:(NSData *)data withKey:(NSString *)key;\n//将NSdata解密\n+ (NSData*)decryptAES:(NSData *)data withKey:(NSString *)key;",
"homepage": "https://github.com/BestVoice/QtecAES",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BestVoice": "lizq@qtec.cn"
},
"source": {
"git": "https://github.com/BestVoice/QtecAES.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QtecAES/Classes/**/*"
}