blob: 4b62955e44dec17e0b7f90ad99e0e4f6fd511012 [file] [log] [blame]
{
"name": "DBChainSm2",
"version": "2.0.0",
"summary": "国密 SM2 的 OC 封装,基于 OpenSSL。",
"description": "基于 OpenSSL 封装 SM2 加解密、SM2 签名验签、等。",
"homepage": "https://github.com/Ann-iOS/DBChainSm2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YangtingTombay": "m18620345206@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Ann-iOS/DBChainSm2.git",
"tag": "2.0.0"
},
"pod_target_xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"source_files": "DBChainSm2/**/*.{h,m}",
"public_header_files": "DBChainSm2/**/*.h",
"requires_arc": true,
"static_framework": true,
"frameworks": "Security",
"dependencies": {
"GMOpenSSL": [
]
}
}