[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 2.1.0 / GMObjC.podspec.json
blobcd81485705fbbbb941644113abd0a6f67a15ff35
2   "name": "GMObjC",
3   "version": "2.1.0",
4   "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2、SM3、SM4 的 OC 版本。包含加解密、摘要算法、签名验签,ECDH 密钥协商等。",
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   "platforms": {
15     "ios": "8.0"
16   },
17   "static_framework": true,
18   "source": {
19     "git": "https://github.com/muzipiao/GMObjC.git",
20     "tag": "2.1.0"
21   },
22   "source_files": "GMObjC/Classes/**/*.{h,m}",
23   "public_header_files": "GMObjC/Classes/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "Security"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "GMOpenSSL": [
32     ]
33   }