[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / a / f / 5 / GMOpenSSL / 3.0.0 / GMOpenSSL.podspec.json
blob57492287141d9d177036a15d167a13e4645dcd26
2   "name": "GMOpenSSL",
3   "version": "3.0.0",
4   "summary": "Build OpenSSL for iOS and OS X,OpenSSL version 1.1.1t。",
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.0"
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   }