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

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Oct 19, 2015
1 parent 9173709 commit d52faad
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 51 deletions.
8 changes: 2 additions & 6 deletions CardIO.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'CardIO'
spec.version = '5.2.0'
spec.version = '5.2.1'
spec.license = { type: 'MIT', file: 'LICENSE.md' }
spec.homepage = 'https://www.card.io'
spec.authors = { 'CardIO' => 'support@paypal.com' }
Expand All @@ -13,9 +13,5 @@ Pod::Spec.new do |spec|
spec.source_files = 'CardIO/*.h'
spec.frameworks = 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit'
spec.libraries = 'c++'
spec.vendored_libraries = 'CardIO/libCardIO.a'
spec.prepare_command = <<-CMD
[ -f CardIO/libCardIO.a ] && rm CardIO/libCardIO.a
unzip -d CardIO/ CardIO/libCardIO.a.zip
CMD
spec.vendored_libraries = 'CardIO/libCardIO.a', 'CardIO/libopencv_core.a', 'CardIO/libopencv_imgproc.a'
end
2 changes: 1 addition & 1 deletion CardIO/CardIO.h
@@ -1,6 +1,6 @@
//
// CardIO.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOCreditCardInfo.h
@@ -1,6 +1,6 @@
//
// CardIOCreditCardInfo.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIODetectionMode.h
@@ -1,6 +1,6 @@
//
// CardIODetectionMode.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOPaymentViewController.h
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewController.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOPaymentViewControllerDelegate.h
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewControllerDelegate.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOUtilities.h
@@ -1,6 +1,6 @@
//
// CardIOUtilities.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOView.h
@@ -1,6 +1,6 @@
//
// CardIOView.h
// Version 5.2.0
// Version 5.2.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down

0 comments on commit d52faad

Please sign in to comment.