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

Commit a70830b

Browse files
author
featherless
committed
Bump the MotionInterchange dependency version.
1 parent 362c3b4 commit a70830b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MotionAnimator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.public_header_files = "src/*.h"
1313
s.source_files = "src/*.{h,m,mm}", "src/private/*.{h,m,mm}"
1414

15-
s.dependency "MotionInterchange", "~> 2.0"
15+
s.dependency "MotionInterchange", "~> 3.0"
1616
end

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- CatalogByConvention (2.5.1)
33
- MotionAnimator (4.0.0):
4-
- MotionInterchange (~> 2.0)
5-
- MotionInterchange (2.0.0)
4+
- MotionInterchange (~> 3.0)
5+
- MotionInterchange (3.0.0)
66

77
DEPENDENCIES:
88
- CatalogByConvention
@@ -19,8 +19,8 @@ EXTERNAL SOURCES:
1919

2020
SPEC CHECKSUMS:
2121
CatalogByConvention: 2b58a9b64e5b1049abb5d3f8e764a551bbe843a7
22-
MotionAnimator: 7a3344cec448abe03021682a85cc120cc12d7de1
23-
MotionInterchange: 5b7325142e4af884278bab7adcd264976a8c0593
22+
MotionAnimator: 3a22c094f2a9c21c98cee9e69b6407d1e1fff654
23+
MotionInterchange: 13adae439b377e31d1674cc165539d50e1d1566a
2424

2525
PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3
2626

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ git_repository(
5050
git_repository(
5151
name = "motion_interchange_objc",
5252
remote = "https://github.com/material-motion/motion-interchange-objc.git",
53-
commit = "v2.0.0",
53+
commit = "v3.0.0",
5454
)
5555

5656
http_file(

0 commit comments

Comments
 (0)