[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / a / JsonRPC.swift / 0.1.1 / JsonRPC.swift.podspec.json
blobc204af9b77044fcf753799a92e8f839dcef5b1e4
2   "name": "JsonRPC.swift",
3   "version": "0.1.1",
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.1"
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   "default_subspecs": "RPC",
27   "subspecs": [
28     {
29       "name": "RPC",
30       "source_files": "Sources/**/*.swift",
31       "exclude_files": "Sources/Service/Serializable.swift",
32       "dependencies": {
33         "TesseractWebSocket": [
34           "~> 0.2.0"
35         ]
36       }
37     },
38     {
39       "name": "Serializable",
40       "dependencies": {
41         "JsonRPC.swift/RPC": [
43         ],
44         "Serializable.swift": [
45           "~> 0.2.3"
46         ]
47       },
48       "source_files": "Sources/Service/Serializable.swift",
49       "testspecs": [
50         {
51           "name": "Tests",
52           "test_type": "unit",
53           "platforms": {
54             "ios": "10.0",
55             "osx": "10.12",
56             "tvos": "10.0"
57           },
58           "source_files": "Tests/JsonRPCTests/*.swift",
59           "dependencies": {
60             "Serializable.swift": [
61               "~> 0.2.3"
62             ]
63           }
64         }
65       ]
66     }
67   ],
68   "swift_version": "5.4"