You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Swift 5
- Fix test target
- Upgrade everything to Swift 5
- Fix compiler warnings
- Small refactor in VideoScrubber to DRY up code and fix warnings
- Update .travis.yml for Xcode 11
- Remove obsolete .swift-version file
- Bump version to 6.0.0
* Fix .travis.yml to use iPhone 11 simulator
Copy file name to clipboardexpand all lines: ImageViewer.podspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="ImageViewer"
3
-
s.version="5.0.0"
3
+
s.version="6.0.0"
4
4
s.summary="An image viewer à la Twitter"
5
5
s.description=<<-EOS
6
6
ImageViewer is a library that enables a user to visualize an image in fullscreen. Besides the typical pinch and double tap to zoom, we also provide a vertical swipe to dismiss. Finally, we try to mimic the displacement of the image from its current container into fullscreen, this feature being its main selling point. We also offer an amazing Gallery, so you can swipe between images.
0 commit comments