Skip to content

Commit

Permalink
add BUILD_LIBRARY_FOR_DISTRIBUTION to pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
shalehaha authored Dec 16, 2020
1 parent 61cf5c9 commit 47ebd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AEPRulesEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 47ebd2b

Please sign in to comment.