[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 3.1.1 / GMObjC.podspec.json
blob5e2d000dd63ffcfbb3702e518a043f5d659080bb
2   "name": "GMObjC",
3   "version": "3.1.1",
4   "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码,DER 编码解码等。",
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   "pod_target_xcconfig": {
19     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
20   },
21   "source": {
22     "git": "https://github.com/muzipiao/GMObjC.git",
23     "tag": "3.1.1"
24   },
25   "source_files": "GMObjC/**/*.{h,m}",
26   "public_header_files": "GMObjC/**/*.h",
27   "frameworks": [
28     "Foundation",
29     "Security"
30   ],
31   "dependencies": {
32     "GMOpenSSL": [
34     ]
35   },
36   "requires_arc": true