blob: 4a9f849c30326a92ce8b17c66c6b396affca74ff [file] [log] [blame]
{
"name": "libHTAESencrypt",
"version": "1.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": "b6ef73c166a3ba5662d616a7f572c3f759510426"
},
"source_files": "libHTAESencrypt/**/*.{h,m}",
"subspecs": [
{
"name": "AESCrypt",
"source_files": "libHTAESencrypt/AESCrypt/*.{h,m}",
"public_header_files": "libHTAESencrypt/AESCrypt/*.h"
}
]
}