Skip to content

Commit

Permalink
chore: Minor podspec nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed May 2, 2024
1 parent 7daaacd commit 06ced67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mParticle-Iterable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "11.0"
s.ios.source_files = 'mParticle-Iterable/*.{h,m,mm}'
s.resource_bundles = { 'mParticle-Iterable-Privacy' => ['mParticle-Iterable/PrivacyInfo.xcprivacy'] }
s.ios.resource_bundles = { 'mParticle-Iterable-Privacy' => ['mParticle-Iterable/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.19'
s.ios.dependency 'Iterable-iOS-SDK', '~> 6.5'
end

0 comments on commit 06ced67

Please sign in to comment.