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

Commit 3beb062

Browse files
author
Dave Goldman
committed
Release 5.1.1
1 parent dab4bcd commit 3beb062

11 files changed

+16
-9
lines changed

CardIO.podspec

+1-1
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.0'
3+
spec.version = '5.1.1'
44
spec.license = { type: 'MIT', file: 'LICENSE.md' }
55
spec.homepage = 'https://www.card.io'
66
spec.authors = { 'CardIO' => '[email protected]' }

CardIO/CardIO.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CardIO.h
3-
// Version 5.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
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.1.0
3+
// Version 5.1.1
44
//
55
// See the file "LICENSE.md" for the full license governing this code.
66
//

CardIO/CardIOViewDelegate.h

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

CardIO/libCardIO.a

51.8 KB
Binary file not shown.

release_notes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
card.io iOS SDK release notes
22
=============================
33

4+
5.1.1 (Wed 8/26/2015)
5+
6+
* Update CocoaPods podspec to use `vendored_libraries`.
7+
(https://github.com/card-io/card.io-iOS-SDK/pull/126)
8+
9+
--
10+
411
5.1.0 (Sun 7/12/2015)
512

613
* Update project and sample apps for Xcode 6.4.

0 commit comments

Comments
 (0)