From 7ef0159b494966bc4f7908352dac9edf8a3fe2d2 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Mon, 6 Aug 2012 16:45:53 +0200 Subject: [PATCH] [Fix] Cedar source files --- Cedar/0.0.1/Cedar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$/)