Skip to content

Commit

Permalink
Bump pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Naumov committed Dec 25, 2022
1 parent 6b77fcf commit 86d52f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ViewInspector.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Pod::Spec.new do |s|

s.name = "ViewInspector"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "ViewInspector is a library for unit testing SwiftUI views."
s.homepage = "https://github.com/nalexn/ViewInspector"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexey Naumov" => "dont@spam.me" }
s.author = { "Alexey Naumov" => "a.naumov91@gmail.com" }

s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
Expand Down

0 comments on commit 86d52f6

Please sign in to comment.