[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 7 / SwiftLSPClient / 0.6.1 / SwiftLSPClient.podspec.json
blob20079510d861f65fd327ff8af7d66753ce6f7980
2   "name": "SwiftLSPClient",
3   "version": "0.6.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.6.1"
17   },
18   "source_files": "SwiftLSPClient/**/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Result": [
22       "~> 4.0"
23     ]
24   },
25   "platforms": {
26     "osx": "10.10"
27   },
28   "cocoapods_version": ">= 1.4.0",
29   "swift_version": "4.2"