blob: 105a1282f4778577e1ee449a8b6729b402bf2e77 [file] [log] [blame]
{
"name": "GMOpenSSL",
"version": "1.1.1z",
"summary": "编译 OpenSSL 为 framework,版本和 OpenSSL 相同。",
"description": "通过 cocoapods 集成 OpenSSL,编译为 framework,方便使用。",
"homepage": "https://github.com/muzipiao/GMOpenSSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lifei": "lifei_zdjl@126.com"
},
"source": {
"git": "https://github.com/muzipiao/GMOpenSSL.git",
"tag": "1.1.1z"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "GMOpenSSL/openssl.framework",
"source_files": "GMOpenSSL/openssl.framework/Headers/**/*{.h}",
"public_header_files": "GMOpenSSL/openssl.framework/Headers/*.{h}",
"vendored_frameworks": "GMOpenSSL/openssl.framework"
}