| { |
| "name": "GMOpenSSL", |
| "version": "2.1.0", |
| "summary": "编译 OpenSSL 为 framework,版本对应 OpenSSL 1.1.1g。", |
| "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": "2.1.0" |
| }, |
| "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" |
| } |