blob: 213fa8ca5aafb2400b72dc14512b73629a0043ca [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.9.8",
"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": "fa5f9bc400ea3d83701be9c3b97cbdb333450292",
"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"
}
]
}