blob: fb294479a91c7e8b688f7ea084b857d6cd5f3d90 [file] [log] [blame]
{
"name": "GMObjC",
"version": "0.1.2",
"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"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source": {
"git": "https://github.com/muzipiao/GMObjC.git",
"tag": "0.1.2"
},
"source_files": "GMObjC/Classes/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"GMOpenSSL": [
]
}
}