Skip to content

Commit a88ee05

Browse files
committed
Fix podspec screenshot URL
1 parent 6a8a9f2 commit a88ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InAppViewDebugger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
33
spec.version = "1.0.0"
44
spec.summary = "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging."
55
spec.homepage = "https://github.com/indragiek/InAppViewDebugger"
6-
spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/images/main.png"
6+
spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png"
77
spec.license = { :type => "MIT", :file => "LICENSE" }
88
spec.author = { "Indragie Karunaratne" => "[email protected]" }
99
spec.social_media_url = "https://twitter.com/indragie"

0 commit comments

Comments
 (0)