blob: d67e833d8dd2832f283bcb1f6df7944ebe004524 [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.9",
"summary": "A customized AES encryption library, you can use pod: libHTAESencrypt.",
"description": "test lib",
"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": "dfd0e978e5e4a762a05be045fb2fa1ff774aabfc",
"submodules": true
},
"source_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"public_header_files": "libHTAESencrypt/HTCustomizedAESencrypt.h",
"subspecs": [
{
"name": "AESCrypt",
"source_files": "libHTAESencrypt/AESCrypt/**/*.{h,m}",
"public_header_files": "libHTAESencrypt/AESCrypt/**/*.h"
}
]
}