This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module : MotionInterchange
2- module_version : 2 .0.0
2+ module_version : 3 .0.0
33sdk : iphonesimulator
44umbrella_header : src/MotionInterchange.h
55objc : true
66github_url : https://github.com/material-motion/motion-interchange-objc
7- github_file_prefix : https://github.com/material-motion/motion-interchange-objc/tree/v2 .0.0
7+ github_file_prefix : https://github.com/material-motion/motion-interchange-objc/tree/v3 .0.0
88
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MotionInterchange"
33 s . summary = "Motion interchange format."
4- s . version = "2 .0.0"
4+ s . version = "3 .0.0"
55 s . authors = "The Material Motion Authors"
66 s . license = "Apache 2.0"
77 s . homepage = "https://github.com/material-motion/motion-interchange-objc"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ swift_rules_dependencies()
4444git_repository (
4545 name = "bazel_ios_warnings" ,
4646 remote = "https://github.com/material-foundation/bazel_ios_warnings.git" ,
47- tag = "v2 .0.0" ,
47+ tag = "v3 .0.0" ,
4848)
4949
5050http_file (
You can’t perform that action at this time.
0 commit comments