This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 8.0.0
2
+
3
+ This major release drops official support for iOS 9 and bazel.
4
+
1
5
# 7.0.1
2
6
3
7
This patch release fixes a bug on iOS 13 where the presented view controller would not be added to
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MotionTransitioning"
3
3
s . summary = "Light-weight API for building UIViewController transitions."
4
- s . version = "7 .0.1 "
4
+ s . version = "8 .0.0 "
5
5
s . authors = "The Material Motion Authors"
6
6
s . license = "Apache 2.0"
7
7
s . homepage = "https://github.com/material-motion/transitioning-objc"
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- CatalogByConvention (2.5.2)
3
- - MotionTransitioning (7 .0.1 )
3
+ - MotionTransitioning (8 .0.0 )
4
4
5
5
DEPENDENCIES:
6
6
- CatalogByConvention
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
16
16
17
17
SPEC CHECKSUMS:
18
18
CatalogByConvention: ef713654160053be026fa4648dd28caf6b5ca4e1
19
- MotionTransitioning: 6b05ac8a586879890466edb213b54ae87fadd70f
19
+ MotionTransitioning: c54913ff269a0d93291bb113612c2da325f45f74
20
20
21
21
PODFILE CHECKSUM: d209f6834e4d16c2a6eca09a6ddcde7e50331cda
22
22
You can’t perform that action at this time.
0 commit comments