[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 0 / DBChainSm2 / 2.5.0 / DBChainSm2.podspec.json
blobb11f9bd542e9ffab1255b5ebb0c1bb4d4be7c01d
2   "name": "DBChainSm2",
3   "version": "2.5.0",
4   "summary": "国密 SM2 的 OC 封装,基于 OpenSSL。",
5   "description": "基于 OpenSSL 封装 SM2 加解密、SM2 签名验签、等。",
6   "homepage": "https://github.com/Ann-iOS/DBChainSm2",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangtingTombay": "m18620345206@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Ann-iOS/DBChainSm2.git",
19     "tag": "2.5.0"
20   },
21   "pod_target_xcconfig": {
22     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
23   },
24   "source_files": "DBChainSm2/**/*.{h,m}",
25   "public_header_files": "DBChainSm2/**/*.h",
26   "requires_arc": true,
27   "static_framework": true,
28   "frameworks": "Security",
29   "dependencies": {
30     "GMOpenSSL": [
32     ]
33   }