[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 6 / SolanaSwift / 2.1.2 / SolanaSwift.podspec.json
blobcfea74330ba7de6293c632917353c4a0d17854b7
2   "name": "SolanaSwift",
3   "version": "2.1.2",
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": "2.1.2"
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.0"
29     ],
30     "TweetNacl": [
31       "~> 1.0.2"
32     ],
33     "Task_retrying": [
34       "~> 1.0.3"
35     ],
36     "LoggerSwift": [
37       "~> 1.0.2"
38     ]
39   },
40   "swift_version": "5.0"