blob: 280c2ade58ed03d1282ec0a8d890d3a76e7326bc [file] [log] [blame]
{
"name": "ElasticSwift",
"version": "1.0.0-alpha.1",
"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.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "3.1"
}