Skip to content

Commit

Permalink
make pod lib lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Aug 6, 2015
1 parent 398583a commit d7acdf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Stripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ Pod::Spec.new do |s|
ss.ios.source_files = 'Stripe/PublicHeaders/ApplePay/*.h', 'Stripe/ApplePay/*.{h,m}'
end

s.subspec 'Checkout' do |subspec|
s.subspec 'Checkout' do |ss|
# This has been merged with the core subspec and is now empty; it's still around to avoid breaking legacy Podfiles.
ss.dependency 'Stripe/Core'
end

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

0 comments on commit d7acdf2

Please sign in to comment.