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