diff --git a/Expecta.podspec b/Expecta.podspec index 9e6be23..c933df2 100644 --- a/Expecta.podspec +++ b/Expecta.podspec @@ -23,4 +23,5 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.7' s.frameworks = 'Foundation', 'XCTest' + s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' } end