diff --git a/ElasticSwift.podspec b/ElasticSwift.podspec index 1f6c083..56db2e5 100644 --- a/ElasticSwift.podspec +++ b/ElasticSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwift" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "Elasticsearch client in native swift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." @@ -18,13 +18,13 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ElasticSwift/**/*.swift' - s.dependency 'SwiftNIO', '~> 2.2.0' - s.dependency 'SwiftNIOHTTP1', '~> 2.2.0' - s.dependency 'SwiftNIOTLS', '~> 2.2.0' - s.dependency 'SwiftNIOConcurrencyHelpers', '~> 2.2.0' - s.dependency 'SwiftNIOFoundationCompat', '~> 2.2.0' - s.dependency 'SwiftNIOTransportServices', '~> 1.0.3' - s.dependency 'Logging', '~> 1.1.0' + s.dependency 'SwiftNIO', '~> 2.9.0' + s.dependency 'SwiftNIOHTTP1', '~> 2.9.0' + s.dependency 'SwiftNIOTLS', '~> 2.9.0' + s.dependency 'SwiftNIOConcurrencyHelpers', '~> 2.9.0' + s.dependency 'SwiftNIOFoundationCompat', '~> 2.9.0' + s.dependency 'SwiftNIOTransportServices', '~> 1.2.0' + s.dependency 'Logging', '~> 1.1.1' s.dependency 'ElasticSwiftCore', "#{s.version}" s.dependency 'ElasticSwiftNetworking', "#{s.version}" s.dependency 'ElasticSwiftQueryDSL', "#{s.version}" diff --git a/ElasticSwiftCodableUtils.podspec b/ElasticSwiftCodableUtils.podspec index c76ebe7..41dfab3 100644 --- a/ElasticSwiftCodableUtils.podspec +++ b/ElasticSwiftCodableUtils.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwiftCodableUtils" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "CodableUtils for ElasticSwift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." diff --git a/ElasticSwiftCore.podspec b/ElasticSwiftCore.podspec index bc15f1b..b9d8cf1 100644 --- a/ElasticSwiftCore.podspec +++ b/ElasticSwiftCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwiftCore" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "Core module for ElasticSwift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." @@ -18,8 +18,8 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ElasticSwiftCore/**/*.swift' - s.dependency 'SwiftNIO', '~> 2.2.0' - s.dependency 'SwiftNIOHTTP1', '~> 2.2.0' - s.dependency 'Logging', '~> 1.1.0' + s.dependency 'SwiftNIO', '~> 2.9.0' + s.dependency 'SwiftNIOHTTP1', '~> 2.9.0' + s.dependency 'Logging', '~> 1.1.1' end \ No newline at end of file diff --git a/ElasticSwiftNetworking.podspec b/ElasticSwiftNetworking.podspec index 5c57e5b..2493184 100644 --- a/ElasticSwiftNetworking.podspec +++ b/ElasticSwiftNetworking.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwiftNetworking" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "Networking layer of ElasticSwift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ElasticSwiftNetworking/**/*.swift' s.dependency 'ElasticSwiftCore', "#{s.version}" - s.dependency 'SwiftNIOHTTP1', '~> 2.2.0' - s.dependency 'Logging', '~> 1.1.0' + s.dependency 'SwiftNIOHTTP1', '~> 2.9.0' + s.dependency 'Logging', '~> 1.1.1' end diff --git a/ElasticSwiftNetworkingNIO.podspec b/ElasticSwiftNetworkingNIO.podspec index e13afb2..559480e 100644 --- a/ElasticSwiftNetworkingNIO.podspec +++ b/ElasticSwiftNetworkingNIO.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwiftNetworkingNIO" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "Networking layer of ElasticSwift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." @@ -19,13 +19,13 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ElasticSwiftNetworkingNIO/**/*.swift' s.dependency 'ElasticSwiftCore', "#{s.version}" - s.dependency 'SwiftNIO', '~> 2.2.0' - s.dependency 'SwiftNIOHTTP1', '~> 2.2.0' - s.dependency 'SwiftNIOTLS', '~> 2.2.0' - s.dependency 'SwiftNIOConcurrencyHelpers', '~> 2.2.0' - s.dependency 'SwiftNIOFoundationCompat', '~> 2.2.0' - s.dependency 'SwiftNIOTransportServices', '~> 1.0.3' - s.dependency 'Logging', '~> 1.1.0' + s.dependency 'SwiftNIO', '~> 2.9.0' + s.dependency 'SwiftNIOHTTP1', '~> 2.9.0' + s.dependency 'SwiftNIOTLS', '~> 2.9.0' + s.dependency 'SwiftNIOConcurrencyHelpers', '~> 2.9.0' + s.dependency 'SwiftNIOFoundationCompat', '~> 2.9.0' + s.dependency 'SwiftNIOTransportServices', '~> 1.2.0' + s.dependency 'Logging', '~> 1.1.1' end diff --git a/ElasticSwiftQueryDSL.podspec b/ElasticSwiftQueryDSL.podspec index be507f8..1dcf3a3 100644 --- a/ElasticSwiftQueryDSL.podspec +++ b/ElasticSwiftQueryDSL.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ElasticSwiftQueryDSL" - s.version = "1.0.0-alpha.9" + s.version = "1.0.0-alpha.10" s.summary = "Elasticsearch QueryDSL for ElasticSwift" s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux." @@ -20,6 +20,6 @@ Pod::Spec.new do |s| s.dependency 'ElasticSwiftCodableUtils', "#{s.version}" s.dependency 'ElasticSwiftCore', "#{s.version}" - s.dependency 'Logging', '~> 1.1.0' + s.dependency 'Logging', '~> 1.1.1' end \ No newline at end of file diff --git a/README.md b/README.md index b8b6744..485da10 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ platform :ios, '10.0' use_frameworks! target '' do - pod 'ElasticSwift', '~> 1.0.0-alpha.9' - pod 'ElasticSwiftCore', '~> 1.0.0-alpha.9' - pod 'ElasticSwiftQueryDSL', '~> 1.0.0-alpha.9' - pod 'ElasticSwiftCodableUtils', '~> 1.0.0-alpha.9' - pod 'ElasticSwiftNetworking', '~> 1.0.0-alpha.9' + pod 'ElasticSwift', '~> 1.0.0-alpha.10' + pod 'ElasticSwiftCore', '~> 1.0.0-alpha.10' + pod 'ElasticSwiftQueryDSL', '~> 1.0.0-alpha.10' + pod 'ElasticSwiftCodableUtils', '~> 1.0.0-alpha.10' + pod 'ElasticSwiftNetworking', '~> 1.0.0-alpha.10' end ``` `Note:- ElasticSwiftNetworkingNIO is not available as a pod` @@ -62,7 +62,7 @@ Once you have your Swift package set up, adding ElasticSwift as a dependency is ```swift dependencies: [ - .package(url: "https://github.com/pksprojects/ElasticSwift.git", from: "1.0.0-alpha.9") + .package(url: "https://github.com/pksprojects/ElasticSwift.git", from: "1.0.0-alpha.10") ] ```