blob: dab4eb08ab3e335e4ed1f166d4a798a11eb1afa5 [file] [log] [blame]
{
"name": "ElasticSwift",
"version": "1.0.0-alpha.8",
"summary": "Elasticsearch client in native swift",
"description": "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux.",
"homepage": "http://github.com/pksprojects/ElasticSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pksprojects": "support@pksprojects.com"
},
"source": {
"git": "https://github.com/pksprojects/ElasticSwift.git",
"tag": "v1.0.0-alpha.8",
"submodules": true
},
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/ElasticSwift/**/*.swift",
"dependencies": {
"SwiftNIO": [
"~> 2.2.0"
],
"SwiftNIOHTTP1": [
"~> 2.2.0"
],
"SwiftNIOTLS": [
"~> 2.2.0"
],
"SwiftNIOConcurrencyHelpers": [
"~> 2.2.0"
],
"SwiftNIOFoundationCompat": [
"~> 2.2.0"
],
"SwiftNIOTransportServices": [
"~> 1.0.3"
],
"Logging": [
"~> 1.1.0"
]
},
"swift_version": "5.0"
}