[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 0.1.1 / GMObjC.podspec.json
blob8ecdd3752fcb2dff561df58194d37e1760b0ef2b
2   "name": "GMObjC",
3   "version": "0.1.1",
4   "summary": "基于 OpenSSL 封装国密 sm2 和 sm4 加解密。",
5   "description": "OpenSSL 1.1.1 以上版本支持国密加密,纯 C 的 Api 不方便使用,使用 OC 封装。",
6   "homepage": "https://github.com/muzipiao/GMObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lifei": "lifei_zdjl@126.com"
13   },
14   "source": {
15     "git": "https://github.com/muzipiao/GMObjC.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "source_files": "GMObjC/Classes/**/*",
23   "dependencies": {
24     "GMOpenSSL": [
26     ]
27   },
28   "requires_arc": true