From bc9a377459a73503f93f1a465bbfaabb04d3fc45 Mon Sep 17 00:00:00 2001 From: randallli Date: Thu, 17 Mar 2016 13:39:04 -0400 Subject: [PATCH] Fixed the reference to the private folder of Typography in podspec. Reviewers: featherless, #mdc_ios_owners Reviewed By: featherless, #mdc_ios_owners Projects: #material_components_ios Differential Revision: http://codereview.cc/D290 --- CHANGELOG.md | 11 ++++++++++- MaterialComponents.podspec | 4 ++-- MaterialComponentsCatalog.podspec | 2 +- MaterialComponentsUnitTests.podspec | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2bfb1bbd3..9d882596a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ ##### Breaking ##### Enhancements - * Renamed the privateWasCapitalPrivate folders to private. + +##### Bug Fixes + +## 2.0.4 + +##### Breaking + +##### Enhancements + * Fixed the reference to the private folder of Typography in podspec. ##### Bug Fixes @@ -12,6 +20,7 @@ ##### Breaking ##### Enhancements + * Renamed the privateWasCapitalPrivate folders to private. ##### Bug Fixes diff --git a/MaterialComponents.podspec b/MaterialComponents.podspec index a7e50cb2235..546cfa1bcf6 100644 --- a/MaterialComponents.podspec +++ b/MaterialComponents.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialComponents" - s.version = "2.0.3" + s.version = "2.0.4" s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' } s.summary = "A collection of stand-alone production-ready UI libraries focused on design details." s.homepage = "https://github.com/google/material-components-ios" @@ -118,7 +118,7 @@ Pod::Spec.new do |s| s.subspec 'Typography' do |ss| ss.public_header_files = 'components/Typography/src/*.h' - ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/Private/*.{h,m}' + ss.source_files = 'components/Typography/src/*.{h,m}', 'components/Typography/src/private/*.{h,m}' ss.header_mappings_dir = 'components/Typography/src/*' ss.framework = 'CoreText' diff --git a/MaterialComponentsCatalog.podspec b/MaterialComponentsCatalog.podspec index bfe30b0be81..42a3cf00022 100644 --- a/MaterialComponentsCatalog.podspec +++ b/MaterialComponentsCatalog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialComponentsCatalog" - s.version = "2.0.3" + s.version = "2.0.4" s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' } s.summary = "A collection of stand-alone production-ready UI libraries focused on design details." s.homepage = "https://github.com/google/material-components-ios" diff --git a/MaterialComponentsUnitTests.podspec b/MaterialComponentsUnitTests.podspec index 2425d789a00..f0c82fe7bad 100644 --- a/MaterialComponentsUnitTests.podspec +++ b/MaterialComponentsUnitTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MaterialComponentsUnitTests" - s.version = "2.0.3" + s.version = "2.0.4" s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' } s.summary = "A collection of stand-alone production-ready UI libraries focused on design details." s.homepage = "https://github.com/google/material-components-ios"