[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 4.0.1 / GMObjC.podspec.json
blobb165f50ab2f49cef55557f24646059ed5d9ba631
2   "name": "GMObjC",
3   "version": "4.0.1",
4   "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码、DER 编码解码、HMAC 算法,CER证书读取等。",
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": "4.0.1"
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   "requires_arc": true,
26   "frameworks": "Security",
27   "platforms": {
28     "ios": "9.0",
29     "osx": "10.13"
30   },
31   "dependencies": {
32     "GMOpenSSL": [
33       "~> 3.0.9"
34     ]
35   }