[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / 6 / SolanaSwift / 5.0.0 / SolanaSwift.podspec.json
blob7c9a12d256d72620ddc43812e0aeb3ea631c2888
2   "name": "SolanaSwift",
3   "version": "5.0.0",
4   "summary": "A client for Solana written in Swift.",
5   "description": "Solana-blockchain client, written in pure swift, which supports keypair generation, networking, creating and signing transactions",
6   "homepage": "https://github.com/p2p-org/solana-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chung Tran": "chung.t@p2p.org"
13   },
14   "source": {
15     "git": "https://github.com/p2p-org/solana-swift.git",
16     "tag": "5.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/SolanaSwift/**/*",
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "SWIFT_OPTIMIZATION_LEVEL": "-O"
25   },
26   "dependencies": {
27     "secp256k1.swift": [
28       "~> 0.1.4"
29     ],
30     "TweetNacl": [
31       "~> 1.0.2"
32     ],
33     "Task_retrying": [
34       "~> 2.0.0"
35     ]
36   },
37   "swift_version": "5.0"