[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 6 / SolanaSwift / 0.1.2 / SolanaSwift.podspec.json
blob54cb48f15d8ba27a9408ea0aea62e2f6572c6a79
2   "name": "SolanaSwift",
3   "version": "0.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": "0.1.2"
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"