This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.1
2+
3+ This is a patch fix release to address build issues within Google's build environment.
4+
5+ ## Source changes
6+
7+ * [ Add missing header imports.] ( https://github.com/material-motion/motion-animator-objc/commit/2895dd3e586340018297041d8fce367bf29586c6 ) (Jeff Verkoeyen)
8+
19# 1.0.0
210
311Initial release.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MotionAnimator"
33 s . summary = "A Motion Animator creates performant, interruptible animations from motion specs."
4- s . version = "1.0.0 "
4+ s . version = "1.0.1 "
55 s . authors = "The Material Motion Authors"
66 s . license = "Apache 2.0"
77 s . homepage = "https://github.com/material-motion/motion-animator-objc"
Original file line number Diff line number Diff line change 11PODS:
22 - CatalogByConvention (2.1.1)
3- - MotionAnimator (1.0.0 ):
3+ - MotionAnimator (1.0.1 ):
44 - MotionInterchange
55 - MotionInterchange (1.0.1)
66
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
1515SPEC CHECKSUMS:
1616 CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
17- MotionAnimator: 554b22116cbbcae6bf90fdad0042a87604225d0e
17+ MotionAnimator: ddf0bc7f92605c81e4d9864167bf18aab84823c6
1818 MotionInterchange: 7a7c355ba2ed5d36c5cf2ceb76cacd3d3680dbf5
1919
2020PODFILE CHECKSUM: 634239e7b183e669593b273198da9227ed207777
Original file line number Diff line number Diff line change 1515 */
1616
1717#import < Foundation/Foundation.h>
18+ #import < QuartzCore/QuartzCore.h>
19+
1820#import < MotionInterchange/MotionInterchange.h>
1921
2022#import " MDMAnimatableKeyPaths.h"
Original file line number Diff line number Diff line change 1616
1717#import " MDMMotionAnimator.h"
1818
19+ #import < UIKit/UIKit.h>
20+
1921#if TARGET_IPHONE_SIMULATOR
2022UIKIT_EXTERN float UIAnimationDragCoefficient (void ); // UIKit private drag coefficient.
2123#endif
You can’t perform that action at this time.
0 commit comments