diff --git a/AEPRulesEngine.podspec b/AEPRulesEngine.podspec index e7151f2..a310f57 100644 --- a/AEPRulesEngine.podspec +++ b/AEPRulesEngine.podspec @@ -13,6 +13,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.ios.deployment_target = '10.0' + s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' } s.swift_version = '5.0' s.source_files = 'Sources/AEPRulesEngine/**/*.swift'