[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 7 / SwiftLSPClient / 0.8.1 / SwiftLSPClient.podspec.json
blobef16f6c5a0363907cea196dc68eee3b40ef2b7db
2   "name": "SwiftLSPClient",
3   "version": "0.8.1",
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.8.1"
17   },
18   "source_files": "SwiftLSPClient/**/*.swift",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "swift_versions": "5.0",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "SwiftLSPClientTests/**/*.swift"
29     }
30   ],
31   "swift_version": "5.0"