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