blob: ec48b32f91653f3b82c3b5f277df0dea60582e7d [file] [log] [blame]
{
"name": "ElasticSwift",
"version": "1.0.0-alpha.2",
"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.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "Sources/ElasticSwift/**/*.swift"
}