[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / a / d / SawtoothSigning / 1.0.1 / SawtoothSigning.podspec.json
blob12bf718a2d02a1cb28bc8df46665fd8748ae8f00
2   "name": "SawtoothSigning",
3   "version": "1.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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Ann-iOS/SawtoothSigning.git",
19     "tag": "1.0.1"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
26   },
27   "source_files": [
28     "SawtoothSigning",
29     "SawtoothSigning/**/*.{h,m}"
30   ],
31   "exclude_files": "SawtoothSigning/**/*.h",
32   "requires_arc": true,
33   "static_framework": true,
34   "frameworks": "Security",
35   "dependencies": {
36     "secp256k1.swift": [
37       "~> 0.1.4"
38     ]
39   }