blob: 04c1ad63da44e01ee30a473ccadd40df12f00c1c [file] [log] [blame]
{
"name": "BBRSACryptor-hicool",
"version": "0.0.1",
"summary": "BBRSACryptor-hicool.",
"description": "BBRSACryptor-hicool is a library.",
"homepage": "https://github.com/jindegege/BBRSACryptor-hicool",
"license": "MIT",
"authors": {
"jindegege": "jindegege@aliyun.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jindegege/BBRSACryptor-hicool.git",
"tag": "0.0.1"
},
"source_files": [
"BBRSACryptor",
"BBRSACryptor/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"subspecs": [
{
"name": "GTMBase64",
"source_files": "GTMBase64/*.{h,m}"
},
{
"name": "OpenSSL",
"vendored_libraries": [
"OpenSSL/lib/libcrypto.a",
"OpenSSL/lib/libssl.a"
],
"subspecs": [
{
"name": "include",
"source_files": "OpenSSL/include/**/*.h",
"header_mappings_dir": "OpenSSL/include"
}
]
}
]
}