blob: b0103199eb849dcae397408fc337a8a558792ca0 [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.9.3",
"summary": "A customized AES encryption library, you can use pod: libHTAESencrypt.",
"description": "This a private AES256 encryption, which wrapped the c++ for key encryption methods.\nA perfect example of wrapping C++ in your objective c project.",
"homepage": "https://github.com/Young-Je/libHTAESencrypt",
"license": {
"type": "MIT",
"file": "HT_LICENSE"
},
"authors": {
"lev012": "lev012@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Young-Je/libHTAESencrypt.git",
"commit": "3f4beeb2e6772a35cc5233d327a4e47d6945109d",
"submodules": true
},
"source_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"public_header_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"libraries": [
"c++",
"xml2"
],
"subspecs": [
{
"name": "AESCrypt",
"source_files": "libHTAESencrypt/AESCrypt/**/*.{h,m,cpp,mm}",
"public_header_files": "libHTAESencrypt/AESCrypt/**/*.h"
}
]
}