Skip to content

Commit d7acdf2

Browse files
committed
make pod lib lint happy
1 parent 398583a commit d7acdf2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Stripe.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Pod::Spec.new do |s|
2121
ss.ios.source_files = 'Stripe/PublicHeaders/ApplePay/*.h', 'Stripe/ApplePay/*.{h,m}'
2222
end
2323

24-
s.subspec 'Checkout' do |subspec|
24+
s.subspec 'Checkout' do |ss|
2525
# 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'
2627
end
2728

28-
s.subspec 'ApplePay' do |subspec|
29+
s.subspec 'ApplePay' do |ss|
2930
# This has been merged with the core subspec and is now empty; it's still around to avoid breaking legacy Podfiles.
31+
ss.dependency 'Stripe/Core'
3032
end
3133
end

0 commit comments

Comments
 (0)