diff --git a/Cedar/0.0.1/Cedar.podspec b/Cedar/0.0.1/Cedar.podspec index b3515ba4dbb060..2b6f1dc615b1c5 100644 --- a/Cedar/0.0.1/Cedar.podspec +++ b/Cedar/0.0.1/Cedar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'MIT.LICENSE' } s.source = { :git => 'https://github.com/pivotal/cedar.git', :commit => '4a609a1f7317f29e390cc6b40ca1bf2e31f13cd6' } - files_pattern = 'Source/**/*.{h,m}' + files_pattern = 'Source/**/*.{h,m,mm}' s.ios.header_dir = 'Cedar-iOS' s.ios.source_files = FileList[files_pattern].exclude(/CDROTestRunner.m$/)