[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 6 / SolanaSwift / 1.1.0 / SolanaSwift.podspec.json
blob08489a98578ec20e2bb58375d50238489dcd19f3
2   "name": "SolanaSwift",
3   "version": "1.1.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": "1.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "Sources/SolanaSwift/**/*",
22   "resources": "Sources/SolanaSwift/Resources/*",
23   "swift_versions": "5.0",
24   "pod_target_xcconfig": {
25     "SWIFT_OPTIMIZATION_LEVEL": "-O"
26   },
27   "dependencies": {
28     "CryptoSwift": [
29       "~> 1.4.1"
30     ],
31     "BufferLayoutSwift": [
32       "~> 0.9.0"
33     ],
34     "secp256k1.swift": [
35       "~> 0.1.0"
36     ],
37     "TweetNacl": [
38       "~> 1.0.2"
39     ],
40     "RxCocoa": [
41       "~> 6.2.0"
42     ],
43     "RxAlamofire": [
44       "~> 6.1.1"
45     ],
46     "Starscream": [
47       "~> 4.0.0"
48     ]
49   },
50   "swift_version": "5.0"