diff --git a/ObjectMapper.podspec b/ObjectMapper.podspec index ea39199e..850b84e1 100644 --- a/ObjectMapper.podspec +++ b/ObjectMapper.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.authors = { 'Tristan Himmelman' => 'tristanhimmelman@gmail.com' } s.source = { :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :tag => s.version.to_s } s.resource_bundle = { - "Privacy" => "Sources/ObjectMapper/Resources/PrivacyInfo.xcprivacy" + "Privacy" => "Sources/Resources/PrivacyInfo.xcprivacy" } s.watchos.deployment_target = '10.0' s.ios.deployment_target = '17.0'