blob: b0f0b73d701096ff5de98b9f15b41d557753fcd2 [file] [log] [blame]
{
"name": "GMObjC",
"version": "3.0.0",
"summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
"description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码,DER 编码解码等。",
"homepage": "https://github.com/muzipiao/GMObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lifei": "lifei_zdjl@126.com"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source": {
"git": "https://github.com/muzipiao/GMObjC.git",
"tag": "3.0.0"
},
"source_files": "GMObjC/Classes/**/*.{h,m}",
"public_header_files": "GMObjC/Classes/**/*.h",
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true,
"dependencies": {
"GMOpenSSL": [
]
}
}