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 +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11module : MotionAnimator
2- module_version : 4.0.0
2+ module_version : 4.0.1
33sdk : iphonesimulator
44umbrella_header : src/MotionAnimator.h
55objc : true
66github_url : https://github.com/material-motion/motion-animator-objc
7- github_file_prefix : https://github.com/material-motion/motion-animator-objc/tree/v4.0.0
7+ github_file_prefix : https://github.com/material-motion/motion-animator-objc/tree/v4.0.1
Original file line number Diff line number Diff line change 1+ # 4.0.1
2+
3+ This patch release fixes a bug on iOS 14 affecting flickers when using animations that have no delay.
4+
15# 4.0.0
26
37This major release drops official support for iOS 8 and fixes a static analyzer warning.
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 = "4.0.0 "
4+ s . version = "4.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.5.1)
3- - MotionAnimator (4.0.0 ):
3+ - MotionAnimator (4.0.1 ):
44 - MotionInterchange (~> 3.0)
55 - MotionInterchange (3.0.0)
66
@@ -9,7 +9,7 @@ DEPENDENCIES:
99 - MotionAnimator (from `./`)
1010
1111SPEC REPOS:
12- https://github.com/cocoapods/specs.git :
12+ trunk :
1313 - CatalogByConvention
1414 - MotionInterchange
1515
@@ -19,9 +19,9 @@ EXTERNAL SOURCES:
1919
2020SPEC CHECKSUMS:
2121 CatalogByConvention: 2b58a9b64e5b1049abb5d3f8e764a551bbe843a7
22- MotionAnimator: 3a22c094f2a9c21c98cee9e69b6407d1e1fff654
22+ MotionAnimator: 5f99d7c9592928c0f28a66283eda9c3b657dc480
2323 MotionInterchange: 13adae439b377e31d1674cc165539d50e1d1566a
2424
2525PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3
2626
27- COCOAPODS: 1.6.0
27+ COCOAPODS: 1.9.3
You can’t perform that action at this time.
0 commit comments