Skip to content

Commit

Permalink
[chore] update version and pod specs
Browse files Browse the repository at this point in the history
  • Loading branch information
prafsoni committed Nov 11, 2019
1 parent c321052 commit c87a712
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions ElasticSwift.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand All @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion ElasticSwiftCodableUtils.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand Down
8 changes: 4 additions & 4 deletions ElasticSwiftCore.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand All @@ -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
6 changes: 3 additions & 3 deletions ElasticSwiftNetworking.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand All @@ -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
16 changes: 8 additions & 8 deletions ElasticSwiftNetworkingNIO.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand All @@ -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

4 changes: 2 additions & 2 deletions ElasticSwiftQueryDSL.podspec
Original file line number Diff line number Diff line change
@@ -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."

Expand All @@ -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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' 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`
Expand All @@ -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")
]
```

Expand Down

0 comments on commit c87a712

Please sign in to comment.