[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / d / SawtoothSigning / 0.0.1 / SawtoothSigning.podspec.json
blobee530fe8d29bba1c2b694aa34b015b7daea6337f
2   "name": "SawtoothSigning",
3   "version": "0.0.1",
4   "summary": "ECDSA 椭圆曲线 Swift 端基于 secp256k1 实现的签名与验证",
5   "description": "ECDSA 椭圆曲线 签名与验证, Swift端基于 secp256k1 的实现",
6   "homepage": "https://github.com/Ann-iOS/SawtoothSigning",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ann-iOS": "m18620345206@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Ann-iOS/SawtoothSigning.git",
19     "tag": "0.0.1"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
23   },
24   "source_files": [
25     "SawtoothSigning",
26     "SawtoothSigning/**/*.{h,m}"
27   ],
28   "exclude_files": "SawtoothSigning/**/*.h",
29   "requires_arc": true,
30   "static_framework": true,
31   "frameworks": "Security",
32   "dependencies": {
33     "secp256k1.swift": [
35     ]
36   }