[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / a / JsonRPC.swift / 0.1.0 / JsonRPC.swift.podspec.json
blob67c44137e05ebba4e5c9e515d802199004a440c1
2   "name": "JsonRPC.swift",
3   "version": "0.1.0",
4   "summary": "Cross-plaform Json RPC library for Swift with WebSocket support",
5   "description": "Cross-plaform Json RPC library for Swift with WebSocket support. Supports all Apple platforms and Linux.",
6   "homepage": "https://github.com/tesseract-one/JsonRPC.swift",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/JsonRPC.swift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": "5.4",
25   "module_name": "JsonRPC",
26   "dependencies": {
27     "TesseractWebSocket": [
28       "~> 0.2.0"
29     ]
30   },
31   "source_files": "Sources/**/*.swift",
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "10.0",
38         "osx": "10.12",
39         "tvos": "10.0"
40       },
41       "source_files": "Tests/JsonRPCTests/*.swift",
42       "dependencies": {
43         "Serializable.swift": [
44           "~> 0.2.3"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.4"