File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Pod::Spec.new do |s|
1717 s . swift_versions = '5.0'
1818 s . source_files = 'Paystack/Classes/**/*'
1919 s . resources = 'Paystack/Resources/**/*'
20+ s . public_header_files = 'Paystack/Classes/Paystack.h'
2021
2122
2223end
Original file line number Diff line number Diff line change 99// Stripe was replaced with Paystack - and STP with PSTCK - to avoid collisions within
1010// apps that are using both Paystack and Stripe.
1111
12- #import " PSTCKAPIClient.h"
13- #import " PaystackError.h"
14- #import " PSTCKCardBrand.h"
15- #import " PSTCKCardParams.h"
16- #import " PSTCKTransactionParams.h"
17- #import " PSTCKCard.h"
18- #import " PSTCKCardValidationState.h"
19- #import " PSTCKCardValidator.h"
20- #import " PSTCKToken.h"
21- #import " PSTCKRSA.h"
12+ #import < Paystack/ PSTCKAPIClient.h>
13+ #import < Paystack/ PaystackError.h>
14+ #import < Paystack/ PSTCKCardBrand.h>
15+ #import < Paystack/ PSTCKCardParams.h>
16+ #import < Paystack/ PSTCKTransactionParams.h>
17+ #import < Paystack/ PSTCKCard.h>
18+ #import < Paystack/ PSTCKCardValidationState.h>
19+ #import < Paystack/ PSTCKCardValidator.h>
20+ #import < Paystack/ PSTCKToken.h>
21+ #import < Paystack/ PSTCKRSA.h>
2222
2323#if TARGET_OS_IPHONE
24- #import " PSTCKPaymentCardTextField.h"
24+ #import < Paystack/ PSTCKPaymentCardTextField.h>
2525#endif
You can’t perform that action at this time.
0 commit comments