[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / a / 5 / SiniGM / 0.1.1 / SiniGM.podspec.json
blob11dbb98a1dabcd09a88e8ee84d5d83f027e16e54
2   "name": "SiniGM",
3   "version": "0.1.1",
4   "summary": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ASN1 编码解码",
5   "description": "Build OpenSSL for iOS and OS X, and add sm2, sm3, sm4 header files。",
6   "homepage": "https://git.sinitek-corp.com/fcs/mobile/devopsgroup/ios/sinigm.git",
7   "license": "MIT",
8   "authors": {
9     "ky.zhang": "ky.zhang@sinitek.com"
10   },
11   "source": {
12     "git": "https://git.sinitek-corp.com/fcs/mobile/devopsgroup/ios/sinigm.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "source_files": "SiniGM/Classes/**/*.{h,m}",
22   "public_header_files": "SiniGM/Classes/SiniGMUtils/*.h",
23   "vendored_frameworks": "SiniGM/Classes/openssl.framework",
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "frameworks": "Security",
28   "requires_arc": true,
29   "static_framework": true