[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / f / 5 / GMOpenSSL / 3.0.6 / GMOpenSSL.podspec.json
blob6d80a6e726241f5aa2b4a4355e3432478a34790d
2   "name": "GMOpenSSL",
3   "version": "3.0.6",
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.6"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.13"
22   },
23   "preserve_paths": "Frameworks/OpenSSL.xcframework",
24   "vendored_frameworks": "Frameworks/OpenSSL.xcframework",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   }