Skip to content

Commit

Permalink
Merge branch 'release/2.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Oct 8, 2020
2 parents f8c99b2 + 7fbe1d3 commit b8e32af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HydraAsync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'http://twitter.com/danielemargutti'
spec.source = { :git => 'https://github.com/malcommac/Hydra.git', :tag => "#{spec.version}" }
spec.source_files = 'Sources/**/*.swift'
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
spec.watchos.deployment_target = '2.0'
spec.osx.deployment_target = '10.10'
spec.tvos.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Hydra",
platforms: [
.macOS(.v10_10), .iOS(.v8), .watchOS(.v2), .tvOS(.v9)
.macOS(.v10_10), .iOS(.v9), .watchOS(.v2), .tvOS(.v9)
],
products: [
.library(name: "Hydra", targets: ["Hydra"])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ Add Hydra as dependency in your `Package.swift`
Current version is compatible with:

* Swift 4 (>= 1.2.1) or Swift 3.x (Up to 1.0.2)
* iOS 8.0 or later
* iOS 9.0 or later
* tvOS 9.0 or later
* macOS 10.10 or later
* watchOS 2.0 or later
Expand Down

0 comments on commit b8e32af

Please sign in to comment.