This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.1
2
+
3
+ Fixed the umbrella header name to match the library name.
4
+
1
5
# 3.0.0 (MotionTransitioning)
2
6
3
7
The library has been renamed to MotionTransitioning.
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 = "3.0.0 "
4
+ s . version = "3.0.1 "
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.1.1)
3
- - MotionTransitioning (3.0.0 )
3
+ - MotionTransitioning (3.0.1 )
4
4
5
5
DEPENDENCIES:
6
6
- CatalogByConvention
@@ -12,7 +12,7 @@ EXTERNAL SOURCES:
12
12
13
13
SPEC CHECKSUMS:
14
14
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
15
- MotionTransitioning: 108f968d1251c13aae3a6921d8d87e57c741fa54
15
+ MotionTransitioning: a8b09749a075e420a599324fdf628465e8b1b219
16
16
17
17
PODFILE CHECKSUM: db2e7ac8d9d65704a2cbffa0b77e39a574cb7248
18
18
File renamed without changes.
You can’t perform that action at this time.
0 commit comments