[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / a / JsonRPC.swift / 0.2.3 / JsonRPC.swift.podspec.json
blob005447d56f4ddbbc2875f97e475f63c38a3d55bd
2   "name": "JsonRPC.swift",
3   "version": "0.2.3",
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.3"
17   },
18   "swift_versions": "5.4",
19   "module_name": "JsonRPC",
20   "platforms": {
21     "ios": "13.0",
22     "osx": "10.15",
23     "tvos": "13.0",
24     "watchos": "6.0"
25   },
26   "source_files": "Sources/JsonRPC/**/*.swift",
27   "dependencies": {
28     "ContextCodable.swift": [
29       "~> 0.1.0"
30     ],
31     "Tuples": [
32       "~> 0.1.0"
33     ]
34   },
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "platforms": {
40         "ios": "13.0",
41         "osx": "10.15",
42         "tvos": "13.0"
43       },
44       "source_files": "Tests/JsonRPCTests/*.swift",
45       "dependencies": {
46         "Serializable.swift": [
47           "~> 0.3.1"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.4"