Skip to content

Commit

Permalink
[FlexibleHeader] Add Math dependency to FlexibleHeader (#7833)
Browse files Browse the repository at this point in the history
Adding a Math dependency to FlexibleHeader. The release hit a snag in the very last step because this wasn't here :(

Closes #7835.
  • Loading branch information
andrewoverton committed Jul 10, 2019
1 parent 5a28cb4 commit a7b6211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MaterialComponents.podspec
Expand Up @@ -1049,6 +1049,7 @@ Pod::Spec.new do |mdc|

component.dependency 'MDFTextAccessibility'
component.dependency "MaterialComponents/private/Application"
component.dependency "MaterialComponents/private/Math"
component.dependency "MaterialComponents/private/UIMetrics"

component.test_spec 'UnitTests' do |unit_tests|
Expand Down

0 comments on commit a7b6211

Please sign in to comment.