blob: 677b748497228801b7fcdb5ac01d5803cd3b061d [file] [log] [blame]
{
"name": "GMObjC",
"version": "3.2.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"
},
"source": {
"git": "https://github.com/muzipiao/GMObjC.git",
"tag": "3.2.0"
},
"pod_target_xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"source_files": "GMObjC/**/*.{h,m}",
"public_header_files": "GMObjC/**/*.h",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"frameworks": "Security",
"dependencies": {
"GMOpenSSL": [
]
}
}