[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / a / JsonRPC.swift / 0.2.0 / JsonRPC.swift.podspec.json
blobcbf572186dbe6ac32fe1d560885e31c00c3e7516
2   "name": "JsonRPC.swift",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": "5.4",
25   "module_name": "JsonRPC",
26   "source_files": "Sources/JsonRPC/**/*.swift",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "platforms": {
32         "ios": "13.0",
33         "osx": "10.15",
34         "tvos": "13.0"
35       },
36       "source_files": "Tests/JsonRPCTests/*.swift",
37       "dependencies": {
38         "Serializable.swift": [
39           "~> 0.2.3"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.4"