Skip to content

Commit

Permalink
Update StripePayments.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe authored Oct 16, 2023
1 parent 0917a72 commit 355b0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StripePayments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|
s.dependency 'StripeCore', s.version.to_s
s.subspec 'Stripe3DS2' do |sp|
sp.source_files = 'Stripe3DS2/Stripe3DS2/**/*.{h,m}'
sp.resource_bundles = { 'Stripe3DS2' => ['Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png}'] }
sp.resource_bundles = { 'Stripe3DS2' => ['Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png,xcassets}'] }
end
end

0 comments on commit 355b0d6

Please sign in to comment.