blob: 20079510d861f65fd327ff8af7d66753ce6f7980 [file] [log] [blame]
{
"name": "SwiftLSPClient",
"version": "0.6.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.6.1"
},
"source_files": "SwiftLSPClient/**/*.swift",
"requires_arc": true,
"dependencies": {
"Result": [
"~> 4.0"
]
},
"platforms": {
"osx": "10.10"
},
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.2"
}