Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 680aeb7

Browse files
author
Jeff Verkoeyen
committed
Merge branch 'release-candidate' into stable
2 parents c351175 + 06e3506 commit 680aeb7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.0.2
2+
3+
This patch release includes minor fixes for CocoaPods unit tests.
4+
5+
CocoaPods Swift modules require that header dependencies be imported using `<>` notation.
6+
7+
## Source changes
8+
9+
* [Use <> framework import for MDMMotionAnimator.h in order to support module builds. (#28)](https://github.com/material-motion/motion-animator-objc/commit/f8fd0506320c31e1c471477639332b2ccb6b09fc) (featherless)
10+
111
# 2.0.1
212

313
This patch release includes minor fixes for bazel + kokoro continuous integration.

MotionAnimator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MotionAnimator"
33
s.summary = "A Motion Animator creates performant, interruptible animations from motion specs."
4-
s.version = "2.0.1"
4+
s.version = "2.0.2"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/motion-animator-objc"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.1.1)
3-
- MotionAnimator (2.0.0):
3+
- MotionAnimator (2.0.2):
44
- MotionInterchange
55
- MotionInterchange (1.0.1)
66

@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414

1515
SPEC CHECKSUMS:
1616
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
17-
MotionAnimator: 38933cf4bdfe0183ba3ed1f8a8963b98e83a4bca
17+
MotionAnimator: 6f4aafa5d28fbd528f96bd088867587a7a543e1b
1818
MotionInterchange: 7a7c355ba2ed5d36c5cf2ceb76cacd3d3680dbf5
1919

2020
PODFILE CHECKSUM: 3c50d819e57d8329e39f3f5677139bf93ac34b8b

src/MDMMotionAnimator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#import <Foundation/Foundation.h>
1818
#import <QuartzCore/QuartzCore.h>
1919

20-
#import "MotionInterchange.h"
20+
#import <MotionInterchange/MotionInterchange.h>
2121

2222
#import "MDMAnimatableKeyPaths.h"
2323
#import "MDMCoreAnimationTraceable.h"

0 commit comments

Comments
 (0)