Skip to content

Commit

Permalink
podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alazier committed Jun 10, 2015
1 parent e1f3fbf commit 66ec95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.module_map = 'Realm/module.modulemap'
s.compiler_flags = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"#{s.version}\"'"
s.prepare_command = 'sh build.sh cocoapods-setup'
s.source_files = 'Realm/*.{m,mm}', 'Realm/ObjectStore/*.cpp
s.source_files = 'Realm/**/*.{m,mm,cpp}'
s.header_mappings_dir = 'include'
s.xcconfig = { 'CLANG_CXX_LANGUAGE_STANDARD' => 'compiler-default',
'OTHER_CPLUSPLUSFLAGS' => '-std=c++1y $(inherited)' }
Expand Down

0 comments on commit 66ec95f

Please sign in to comment.