[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 3.3.5 / GMObjC.podspec.json
blob5b6d211b920110840e243cd82b684cd46d0f5fcd
2   "name": "GMObjC",
3   "version": "3.3.5",
4   "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码、DER 编码解码,HMAC 算法等。",
6   "homepage": "https://github.com/muzipiao/GMObjC",
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/GMObjC.git",
16     "tag": "3.3.5"
17   },
18   "source_files": "GMObjC/**/*.{h,m}",
19   "public_header_files": "GMObjC/**/*.h",
20   "resource_bundles": {
21     "GMObjC": [
22       "GMObjC/PrivacyInfo.xcprivacy"
23     ]
24   },
25   "platforms": {
26     "ios": "9.0"
27   },
28   "requires_arc": true,
29   "static_framework": true,
30   "frameworks": "Security",
31   "dependencies": {
32     "GMOpenSSL": [
34     ]
35   }