Skip to content

Commit

Permalink
Only apply options to iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwyllie committed Aug 10, 2020
1 parent 3a49855 commit dd76c2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions KumulosKSCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ Pod::Spec.new do |s|
s.module_name = 'KSCrash'
s.source = { :git => "https://github.com/Kumulos/KSCrash.git", :tag=>s.version.to_s }
s.frameworks = 'Foundation'
s.libraries = 'c++', 'z', 'llvm'
s.libraries = 'c++', 'z'
s.xcconfig = { 'GCC_ENABLE_CPP_EXCEPTIONS' => 'YES' }
s.default_subspecs = 'Installations'

s.pod_target_xcconfig = {
s.ios.libraries = 'c++', 'z', 'llvm'
s.ios.pod_target_xcconfig = {
'USE_HEADERMAP' => 'NO',
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/KumulosKSCrash/**"'
}
Expand Down

0 comments on commit dd76c2c

Please sign in to comment.