Skip to content

Commit

Permalink
Merge pull request #103 from spotify/pod/remove-reference-to-modulemap
Browse files Browse the repository at this point in the history
Remove reference to modulemap in podspec
  • Loading branch information
dflems committed Feb 19, 2016
2 parents f659725 + 19a1c1c commit ddfe53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SPTDataLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ Pod::Spec.new do |s|
s.source_files = "include/SPTDataLoader/*.h", "SPTDataLoader/*.{h,m}"
s.public_header_files = "include/SPTDataLoader/*.h"
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.module_map = 'include/SPTDataLoader/module.modulemap'

end

0 comments on commit ddfe53c

Please sign in to comment.