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

Commit 94fea27

Browse files
author
Bryant Luk
committed
Release 5.2.2
1 parent d52faad commit 94fea27

16 files changed

+45
-15
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.2.1'
3+
spec.version = '5.2.2'
44
spec.license = { type: 'MIT', file: 'LICENSE.md' }
55
spec.homepage = 'https://www.card.io'
66
spec.authors = { 'CardIO' => '[email protected]' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.ios.deployment_target = '6.1'
1212
spec.requires_arc = true
1313
spec.source_files = 'CardIO/*.h'
14-
spec.frameworks = 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit'
14+
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'
1717
end

CardIO/CardIO.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIO.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOCreditCardInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOCreditCardInfo.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIODetectionMode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIODetectionMode.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOPaymentViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOPaymentViewController.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOPaymentViewControllerDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOPaymentViewControllerDelegate.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOUtilities.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOUtilities.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOView.h
3-
// Version 5.2.1
3+
// Version 5.2.2
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

0 commit comments

Comments
 (0)