[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / b / Substrate-RPC / 0.1.0 / Substrate-RPC.podspec.json
blob724f417a2abd35a7f8729b164c40214834125148
2   "name": "Substrate-RPC",
3   "version": "0.1.0",
4   "summary": "JsonRPC Client for Substrate Swift SDK",
5   "homepage": "https://github.com/tesseract-one/Substrate.swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/Substrate.swift.git",
15     "tag": "0.1.0"
16   },
17   "module_name": "SubstrateRPC",
18   "swift_versions": "5.7",
19   "platforms": {
20     "ios": "14.0",
21     "osx": "11.0",
22     "tvos": "14.0",
23     "watchos": "7.0"
24   },
25   "source_files": "Sources/RPC/**/*.swift",
26   "dependencies": {
27     "Substrate": [
28       "0.1.0"
29     ],
30     "JsonRPC.swift": [
31       "~> 0.2.3"
32     ],
33     "Serializable.swift": [
34       "~> 0.3.1"
35     ]
36   },
37   "testspecs": [
38     {
39       "name": "IntegrationTests",
40       "test_type": "unit",
41       "platforms": {
42         "ios": "14.0",
43         "osx": "11.0",
44         "tvos": "14.0"
45       },
46       "dependencies": {
47         "Substrate-Keychain": [
48           "0.1.0"
49         ]
50       },
51       "source_files": "Tests/IntegrationTests/**/*.swift"
52     }
53   ],
54   "swift_version": "5.7"