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

Commit

Permalink
Release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Goldman committed Jun 20, 2014
1 parent 6fd9698 commit 180356d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CardIO.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'CardIO'
spec.version = '3.8.0'
spec.version = '3.8.1'
spec.license = { type: 'MIT', file: 'LICENSE.md' }
spec.homepage = 'https://www.card.io'
spec.authors = { 'CardIO' => '[email protected]' }
spec.summary = 'Credit card scanning for mobile apps'
spec.social_media_url = 'https://twitter.com/cardio'
spec.source = { :git => 'https://github.com/card-io/card.io-iOS-SDK.git', :tag => '3.8.0' }
spec.source = { :git => 'https://github.com/card-io/card.io-iOS-SDK.git', :tag => "#{spec.version}" }
spec.platform = :ios, '6.0'
spec.ios.deployment_target = '6.0'
spec.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIO.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOCreditCardInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOCreditCardInfo.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOPaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewController.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOPaymentViewControllerDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewControllerDelegate.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOView.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOView.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIOViewDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOViewDelegate.h
// Version 3.8.0
// Version 3.8.1
//
// Copyright (c) 2011-2014 PayPal. All rights reserved.
//
Expand Down
Binary file modified CardIO/libCardIO.a
Binary file not shown.
6 changes: 6 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
card.io iOS SDK release notes
=============================

3.8.1 (Thu 6/19/2014)

* Fix an iOS 8 (beta 2) crash.

--

3.8.0 (Wed 6/11/2014)

* Accept Diners Club and China UnionPay card numbers as valid Discover card numbers.
Expand Down

0 comments on commit 180356d

Please sign in to comment.