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

Commit 9173709

Browse files
author
Bryant Luk
committed
Release 5.2.0
1 parent 3beb062 commit 9173709

16 files changed

+85
-14
lines changed

CardIO.podspec

Lines changed: 6 additions & 2 deletions
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.1.1'
3+
spec.version = '5.2.0'
44
spec.license = { type: 'MIT', file: 'LICENSE.md' }
55
spec.homepage = 'https://www.card.io'
66
spec.authors = { 'CardIO' => '[email protected]' }
@@ -14,4 +14,8 @@ Pod::Spec.new do |spec|
1414
spec.frameworks = 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit'
1515
spec.libraries = 'c++'
1616
spec.vendored_libraries = 'CardIO/libCardIO.a'
17-
end
17+
spec.prepare_command = <<-CMD
18+
[ -f CardIO/libCardIO.a ] && rm CardIO/libCardIO.a
19+
unzip -d CardIO/ CardIO/libCardIO.a.zip
20+
CMD
21+
end

CardIO/CardIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIO.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOCreditCardInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOCreditCardInfo.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIODetectionMode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIODetectionMode.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOPaymentViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOPaymentViewController.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOPaymentViewControllerDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOPaymentViewControllerDelegate.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOUtilities.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOView.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOViewDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIOViewDelegate.h
3-
// Version 5.1.1
3+
// Version 5.2.0
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/libCardIO.a

-13.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)