Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit 12b83d6

Browse files
author
Bryant Luk
committed
Release 5.4.1
1 parent 0ec0fdf commit 12b83d6

11 files changed

+26
-14
lines changed

CardIO.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CardIO'
3-
spec.version = '5.4.0'
3+
spec.version = '5.4.1'
44
spec.license = { type: 'MIT', file: 'LICENSE.md' }
55
spec.homepage = 'https://www.card.io'
66
spec.authors = { 'CardIO' => '[email protected]' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.platform = :ios, '6.1'
1111
spec.ios.deployment_target = '6.1'
1212
spec.requires_arc = true
13-
spec.source_files = 'CardIO/*.{h,m}'
13+
spec.source_files = 'CardIO/*.h'
1414
spec.frameworks = 'Accelerate', 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit'
1515
spec.libraries = 'c++'
1616
spec.vendored_libraries = 'CardIO/libCardIO.a', 'CardIO/libopencv_core.a', 'CardIO/libopencv_imgproc.a'

CardIO/CardIO.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIO.h
3-
// Version 5.4.0
3+
// Version 5.4.1
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//
@@ -13,3 +13,4 @@
1313
#import "CardIOPaymentViewController.h"
1414
#import "CardIOPaymentViewControllerDelegate.h"
1515
#import "CardIOUtilities.h"
16+

CardIO/CardIOCreditCardInfo.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOCreditCardInfo.h
3-
// Version 5.4.0
3+
// Version 5.4.1
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//
@@ -82,3 +82,4 @@ typedef NS_ENUM(NSInteger, CardIOCreditCardType) {
8282
+ (UIImage *)logoForCardType:(CardIOCreditCardType)cardType;
8383

8484
@end
85+

CardIO/CardIODetectionMode.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIODetectionMode.h
3-
// Version 5.4.0
3+
// Version 5.4.1
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//
@@ -16,3 +16,4 @@ typedef NS_ENUM(NSInteger, CardIODetectionMode) {
1616
};
1717

1818
#endif
19+

CardIO/CardIOPaymentViewController.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOPaymentViewController.h
3-
// Version 5.4.0
3+
// Version 5.4.1
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//
@@ -197,4 +197,5 @@ extern NSString * const CardIOScanningOrientationAnimationDuration;
197197
/// @see navigationBarStyleForCardIO
198198
@property(nonatomic, retain, readwrite) UIColor *navigationBarTintColorForCardIO;
199199

200-
@end
200+
@end
201+

0 commit comments

Comments
 (0)