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

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-anokhin committed Oct 22, 2020
1 parent d349c60 commit caff815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.19"
spec.version = "2.0.0"
spec.summary = "SwiftUI Image view that displays an image downloaded from URL."

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

spec.swift_versions = "5.0"

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

end

0 comments on commit caff815

Please sign in to comment.