[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 2 / 6 / 3 / GMObjC / 3.3.4 / GMObjC.podspec.json
blob7fd2494c47e22a128fcc8fb73a2a6886dd69b917
2   "name": "GMObjC",
3   "version": "3.3.4",
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.4"
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   "resource_bundles": {
24     "GMObjC": [
25       "GMObjC/PrivacyInfo.xcprivacy"
26     ]
27   },
28   "platforms": {
29     "ios": "9.0"
30   },
31   "requires_arc": true,
32   "static_framework": true,
33   "frameworks": "Security",
34   "dependencies": {
35     "GMOpenSSL": [
37     ]
38   }