blob: 8ecdd3752fcb2dff561df58194d37e1760b0ef2b [file] [log] [blame]
{
"name": "GMObjC",
"version": "0.1.1",
"summary": "基于 OpenSSL 封装国密 sm2 和 sm4 加解密。",
"description": "OpenSSL 1.1.1 以上版本支持国密加密,纯 C 的 Api 不方便使用,使用 OC 封装。",
"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": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source_files": "GMObjC/Classes/**/*",
"dependencies": {
"GMOpenSSL": [
]
},
"requires_arc": true
}