[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / f / 5 / GMOpenSSL / 3.0.1 / GMOpenSSL.podspec.json
blob119ecbdb435c9faf55e298ae56b0c84027399612
2   "name": "GMOpenSSL",
3   "version": "3.0.1",
4   "summary": "Build OpenSSL for iOS and OS X,OpenSSL version 1.1.1u。",
5   "description": "Build OpenSSL for iOS and OS X, and add sm2, sm3, sm4 header files。",
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": "3.0.1"
17   },
18   "requires_arc": true,
19   "cocoapods_version": ">= 1.9",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.13"
23   },
24   "preserve_paths": "Frameworks/OpenSSL.xcframework",
25   "vendored_frameworks": "Frameworks/OpenSSL.xcframework",
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }