Skip to content

Commit

Permalink
[Fix] Cedar source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Aug 6, 2012
1 parent 3112c35 commit 7ef0159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cedar/0.0.1/Cedar.podspec
Expand Up @@ -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$/)
Expand Down

0 comments on commit 7ef0159

Please sign in to comment.