Skip to content

Commit

Permalink
Merge pull request #205 from AbbyM/patch-1
Browse files Browse the repository at this point in the history
Adding DEFINES_MODULE Flags
  • Loading branch information
nabla-c0d3 committed Jul 28, 2019
2 parents a28ecf8 + a988cfb commit 12e9982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrustKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.source_files = ['TrustKit', 'TrustKit/**/*.{h,m,c}']
s.public_header_files = [
'TrustKit/TrustKit.h',
Expand Down

0 comments on commit 12e9982

Please sign in to comment.