[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 1 / 2 / d / ElasticSwift / 1.0.0-alpha.10 / ElasticSwift.podspec.json
blobba1a08f8ea45bf589629f88193c31bd276fcc93d
2   "name": "ElasticSwift",
3   "version": "1.0.0-alpha.10",
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.10",
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.9.0"
30     ],
31     "SwiftNIOHTTP1": [
32       "~> 2.9.0"
33     ],
34     "SwiftNIOTLS": [
35       "~> 2.9.0"
36     ],
37     "SwiftNIOConcurrencyHelpers": [
38       "~> 2.9.0"
39     ],
40     "SwiftNIOFoundationCompat": [
41       "~> 2.9.0"
42     ],
43     "SwiftNIOTransportServices": [
44       "~> 1.2.0"
45     ],
46     "Logging": [
47       "~> 1.1.1"
48     ],
49     "ElasticSwiftCore": [
50       "1.0.0-alpha.10"
51     ],
52     "ElasticSwiftNetworking": [
53       "1.0.0-alpha.10"
54     ],
55     "ElasticSwiftQueryDSL": [
56       "1.0.0-alpha.10"
57     ],
58     "ElasticSwiftCodableUtils": [
59       "1.0.0-alpha.10"
60     ]
61   },
62   "swift_version": "5.0"