Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Added tvOS and watchOS platforms; Reduced deployment target for iOS a…
Browse files Browse the repository at this point in the history
…nd macOS
  • Loading branch information
dmytro-anokhin committed Mar 17, 2020
1 parent dc91339 commit 5ecbadb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions URLImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "URLImage"
spec.version = "0.9.10"
spec.version = "0.9.11"
spec.summary = "SwiftUI Image view that displays an image downloaded from URL."

spec.description = <<-DESC
Expand All @@ -20,7 +20,6 @@ Pod::Spec.new do |spec|

spec.swift_versions = "5.0"

spec.ios.deployment_target = "13.0"
spec.osx.deployment_target = "10.15"
spec.platforms = { :ios => "11.0", :tvos => "11.0", :osx => "10.13", :watchos => "4.0" }

end

0 comments on commit 5ecbadb

Please sign in to comment.