[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 3.3.1 / GMObjC.podspec.json
blob28ce331abd1df1f4eefb8838498dc67c62a170ed
2   "name": "GMObjC",
3   "version": "3.3.1",
4   "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码、DER 编码解码,HMAC 算法等。",
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": "3.3.1"
17   },
18   "pod_target_xcconfig": {
19     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
20   },
21   "source_files": "GMObjC/**/*.{h,m}",
22   "public_header_files": "GMObjC/**/*.h",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "requires_arc": true,
27   "static_framework": true,
28   "frameworks": "Security",
29   "dependencies": {
30     "GMOpenSSL": [
32     ]
33   }