We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398583a commit d7acdf2Copy full SHA for d7acdf2
Stripe.podspec
@@ -21,11 +21,13 @@ Pod::Spec.new do |s|
21
ss.ios.source_files = 'Stripe/PublicHeaders/ApplePay/*.h', 'Stripe/ApplePay/*.{h,m}'
22
end
23
24
- s.subspec 'Checkout' do |subspec|
+ s.subspec 'Checkout' do |ss|
25
# This has been merged with the core subspec and is now empty; it's still around to avoid breaking legacy Podfiles.
26
+ ss.dependency 'Stripe/Core'
27
28
- s.subspec 'ApplePay' do |subspec|
29
+ s.subspec 'ApplePay' do |ss|
30
31
32
33
0 commit comments