blob: ef16f6c5a0363907cea196dc68eee3b40ef2b7db [file] [log] [blame]
{
"name": "SwiftLSPClient",
"version": "0.8.1",
"summary": "Swift client library for interacting with Language Server Protocol-compatible servers",
"homepage": "https://github.com/ChimeHQ/SwiftLSPClient",
"license": {
"type": "BSD-3-Clause",
"file": "LICENSE"
},
"authors": {
"Matt Massicotte": "support@chimehq.com"
},
"social_media_url": "https://twitter.com/chimehq",
"source": {
"git": "https://github.com/ChimeHQ/SwiftLSPClient.git",
"tag": "0.8.1"
},
"source_files": "SwiftLSPClient/**/*.swift",
"platforms": {
"osx": "10.10"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "SwiftLSPClientTests/**/*.swift"
}
],
"swift_version": "5.0"
}