[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 9 / XRPKit / 0.3.0 / XRPKit.podspec.json
bloba7c1147079ecf0f71c77d6077126c2971c7151c8
2   "name": "XRPKit",
3   "version": "0.3.0",
4   "summary": "Swift SDK for interacting with XRP Ledger",
5   "description": "XRPKit is a Swift SDK built for interacting with the XRP Ledger.  XRPKit supports offline wallet creation, offline transaction creation/signing, and submitting transactions to the XRP ledger.  XRPKit supports both the secp256k1 and ed25519 algorithms.  XRPKit is available on iOS, macOS and Linux (SPM)",
6   "homepage": "https://github.com/MitchLang009/XRPKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MitchLang009": "mitch.s.lang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MitchLang009/XRPKit.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.10",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": "5.0",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "5.0"
27   },
28   "source_files": "Sources/XRPKit/**/*",
29   "dependencies": {
30     "secp256k1.swift": [
32     ],
33     "CryptoSwift": [
35     ],
36     "BigInt": [
38     ],
39     "AnyCodable-FlightSchool": [
41     ]
42   },
43   "static_framework": true,
44   "swift_version": "5.0"