Skip to content

Commit

Permalink
Fix podspec screenshot URL
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed May 2, 2019
1 parent 6a8a9f2 commit a88ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InAppViewDebugger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
spec.version = "1.0.0"
spec.summary = "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging."
spec.homepage = "https://github.com/indragiek/InAppViewDebugger"
spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/images/main.png"
spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Indragie Karunaratne" => "[email protected]" }
spec.social_media_url = "https://twitter.com/indragie"
Expand Down

0 comments on commit a88ee05

Please sign in to comment.