[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 7 / SwiftLSPClient / 0.6.2 / SwiftLSPClient.podspec.json
blobfc33bbb9188c25a14d012730bcb603d0b5ffc1ab
2   "name": "SwiftLSPClient",
3   "version": "0.6.2",
4   "summary": "Swift client library for interacting with Language Server Protocol-compatible servers",
5   "homepage": "https://github.com/ChimeHQ/SwiftLSPClient",
6   "license": {
7     "type": "BSD-3-Clause",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Matt Massicotte": "support@chimehq.com"
12   },
13   "social_media_url": "https://twitter.com/chimehq",
14   "source": {
15     "git": "https://github.com/ChimeHQ/SwiftLSPClient.git",
16     "tag": "0.6.2"
17   },
18   "source_files": "SwiftLSPClient/**/*.swift",
19   "dependencies": {
20     "Result": [
21       "~> 4.0"
22     ]
23   },
24   "platforms": {
25     "osx": "10.10"
26   },
27   "cocoapods_version": ">= 1.4.0",
28   "swift_version": "4.2",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "SwiftLSPClientTests/**/*.swift"
34     }
35   ]