diff --git a/KIImagePager.podspec.json b/KIImagePager.podspec.json index e2fb590..887a202 100644 --- a/KIImagePager.podspec.json +++ b/KIImagePager.podspec.json @@ -4,7 +4,9 @@ "summary": "This UIView Subclass is used to present Images loaded from the Web and is inspired from foursquare's Image Slideshow.", "homepage": "https://github.com/kimar/KIImagePager", "screenshots": [ - "http://kimar.github.io/screenshots/kiimagepager/screenshot.png" + "https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen1.png", + "https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen2.png", + "https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen3.png" ], "license": { "type": "MIT", diff --git a/README.md b/README.md index 6e12aa4..3876f9e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This UIView Subclass is used to present Images loaded from the Web and is inspir This is what the ImagePager looks like when it's set up: -![Demo GIF Animation](https://kimar.github.io/screenshots/kiimagepager/demo.gif) +![Demo GIF Animation](https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/demo.gif) Implementing the ImagePager is fairly easy, just set it up in Interface Builder or use it in code directly.