Skip to content

Commit

Permalink
Remove reference to modulemap in podspec
Browse files Browse the repository at this point in the history
- We’ve removed the file on disk.
  • Loading branch information
rastersize committed Feb 19, 2016
1 parent f659725 commit 19a1c1c
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 19a1c1c

Please sign in to comment.