[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / a / 6 / SolanaSwift / 0.1.1 / SolanaSwift.podspec.json
blobed1c6c5bef5db6ed9fc41d1d3c4eb0ee751ed5a3
2   "name": "SolanaSwift",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "SolanaSwift/Classes/**/*",
22   "swift_versions": "5.0",
23   "dependencies": {
24     "RxAlamofire": [
26     ],
27     "TweetNacl": [
29     ],
30     "CryptoSwift": [
32     ]
33   },
34   "swift_version": "5.0"