blob: a2f7054256f9e6a8c12f27b0df029eacd61a55c9 [file] [log] [blame]
{
"name": "ElasticSwiftQueryDSL",
"version": "1.0.0-alpha.9",
"summary": "Elasticsearch QueryDSL for ElasticSwift",
"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.9",
"submodules": true
},
"swift_versions": "5.0",
"cocoapods_version": ">=1.6.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Sources/ElasticSwiftQueryDSL/**/*.swift",
"dependencies": {
"ElasticSwiftCodableUtils": [
"1.0.0-alpha.9"
],
"ElasticSwiftCore": [
"1.0.0-alpha.9"
],
"Logging": [
"~> 1.1.0"
]
},
"swift_version": "5.0"
}