[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 2 / d / ElasticSwift / 1.0.0-beta.1 / ElasticSwift.podspec.json
blob446e90b27335a832fcf8c21cb54eb2b381528a02
2   "name": "ElasticSwift",
3   "version": "1.0.0-beta.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-beta.1",
17     "submodules": true
18   },
19   "swift_versions": "5.0",
20   "cocoapods_version": ">=1.6.0",
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.12",
24     "tvos": "10.0"
25   },
26   "source_files": "Sources/ElasticSwift/**/*.swift",
27   "dependencies": {
28     "SwiftNIO": [
29       "~> 2.22"
30     ],
31     "SwiftNIOHTTP1": [
32       "~> 2.22"
33     ],
34     "SwiftNIOTLS": [
35       "~> 2.22"
36     ],
37     "SwiftNIOConcurrencyHelpers": [
38       "~> 2.22"
39     ],
40     "SwiftNIOFoundationCompat": [
41       "~> 2.22"
42     ],
43     "SwiftNIOTransportServices": [
44       "~> 1.9"
45     ],
46     "Logging": [
47       "~> 1.4"
48     ],
49     "ElasticSwiftCore": [
50       "1.0.0-beta.1"
51     ],
52     "ElasticSwiftNetworking": [
53       "1.0.0-beta.1"
54     ],
55     "ElasticSwiftQueryDSL": [
56       "1.0.0-beta.1"
57     ],
58     "ElasticSwiftCodableUtils": [
59       "1.0.0-beta.1"
60     ]
61   },
62   "swift_version": "5.0"