[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / 7 / Secp256k1Signing / 1.0.0 / Secp256k1Signing.podspec.json
blobd6e0bd202c2f7b6f003d7e350d3bc20de4b71b63
2   "name": "Secp256k1Signing",
3   "version": "1.0.0",
4   "summary": "iOS端 椭圆曲线 Secp256k1 签名与验签的实现",
5   "description": "椭圆曲线 Secp256k1 签名与验签的实现",
6   "homepage": "https://github.com/dbchaincloud/secp256k1-ios-ilb",
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/dbchaincloud/secp256k1-ios-ilb.git",
19     "tag": "1.0.0"
20   },
21   "exclude_files": "Secp256k1Signing/**/*.h",
22   "source_files": [
23     "Secp256k1Signing",
24     "Secp256k1Signing/**/*.{swift}"
25   ],
26   "requires_arc": true,
27   "static_framework": true,
28   "dependencies": {
29     "secp256k1.swift": [
30       "~> 0.1.4"
31     ]
32   },
33   "swift_versions": "5.0",
34   "swift_version": "5.0"