Skip to content

Commit

Permalink
Add SenTestingKit dependency (pod spec is picking up PaymentKit tests…
Browse files Browse the repository at this point in the history
…). Bump PaymentKit.
  • Loading branch information
Phil Cohen committed Mar 22, 2014
1 parent 6464f2d commit ca7ff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Stripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source_files = 'Stripe/**/*.{h,m}'
s.public_header_files = 'Stripe/**/*.h'
s.platform = :ios
s.frameworks = 'Foundation', 'QuartzCore'
s.frameworks = 'Foundation', 'QuartzCore', 'SenTestingKit'
s.requires_arc = true
s.ios.deployment_target = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion Stripe/Vendor/PaymentKit

0 comments on commit ca7ff62

Please sign in to comment.