[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 2 / d / ElasticSwift / 1.0.0-alpha.1 / ElasticSwift.podspec.json
blob280c2ade58ed03d1282ec0a8d890d3a76e7326bc
2   "name": "ElasticSwift",
3   "version": "1.0.0-alpha.1",
4   "summary": "Elasticsearch client in native swift",
5   "description": "Elasticswift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux.",
6   "homepage": "http://github.com/pksprojects/ElasticSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pksprojects": "support@pksprojects.com"
13   },
14   "source": {
15     "git": "https://github.com/pksprojects/ElasticSwift.git",
16     "tag": "v1.0.0-alpha.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
21     "watchos": "3.0",
22     "tvos": "10.0"
23   },
24   "source_files": "Sources/*.swift",
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 3.1.4"
28     ]
29   },
30   "pushed_with_swift_version": "3.1"