[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / f / 5 / GMOpenSSL / 2.2.9 / GMOpenSSL.podspec.json
blob833e1a40d6e8c4b5078117f9408d6c01f4c4d4f6
2   "name": "GMOpenSSL",
3   "version": "2.2.9",
4   "summary": "编译 OpenSSL 为 framework,版本对应 OpenSSL 1.1.1q。",
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.2.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "preserve_paths": "GMFrameworks/openssl.framework",
22   "source_files": "GMFrameworks/openssl.framework/Headers/**/*{.h}",
23   "public_header_files": "GMFrameworks/openssl.framework/Headers/*.{h}",
24   "frameworks": "Foundation",
25   "vendored_frameworks": "GMFrameworks/openssl.framework",
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }