[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / f / 5 / GMOpenSSL / 2.1.0 / GMOpenSSL.podspec.json
blob4817f9d1debab29b27407b5ea06e79a3cb91aae9
2   "name": "GMOpenSSL",
3   "version": "2.1.0",
4   "summary": "编译 OpenSSL 为 framework,版本对应 OpenSSL 1.1.1g。",
5   "description": "通过 cocoapods 集成 OpenSSL,编译为 framework,方便使用。",
6   "homepage": "https://github.com/muzipiao/GMOpenSSL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lifei": "lifei_zdjl@126.com"
13   },
14   "source": {
15     "git": "https://github.com/muzipiao/GMOpenSSL.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "preserve_paths": "GMOpenSSL/openssl.framework",
22   "source_files": "GMOpenSSL/openssl.framework/Headers/**/*{.h}",
23   "public_header_files": "GMOpenSSL/openssl.framework/Headers/*.{h}",
24   "vendored_frameworks": "GMOpenSSL/openssl.framework"