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