Skip to content

Commit

Permalink
[Podspec] Group the module_map with other build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 6, 2015
1 parent 3f41ccd commit 459861c
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
@@ -1,6 +1,5 @@
Pod::Spec.new do |s|
s.name = 'Realm'
s.module_map = 'Realm/module.modulemap'
s.version = `sh build.sh get-version`
s.summary = 'Realm is a modern data framework & database for iOS & OS X.'
s.description = <<-DESC
Expand Down Expand Up @@ -32,6 +31,7 @@ Pod::Spec.new do |s|
'include/Realm/RLMSchema.h',
'include/Realm/Realm.h'

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}'
Expand Down

0 comments on commit 459861c

Please sign in to comment.