Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop ios9 support #10

Merged
merged 1 commit into from
Apr 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CardScan.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CardScan'
s.version = '1.0.4043'
s.version = '1.0.4044'
s.summary = 'Scan credit cards'
s.description = <<-DESC
CardScan is a library for scanning credit cards.
Expand All @@ -12,7 +12,7 @@ CardScan is a library for scanning credit cards.
s.source = { :git => 'https://github.com/getbouncer/cardscan-ios.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/stk'
s.default_subspec = 'Core'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.swift_version = '4.2'

s.subspec 'Core' do |core|
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CardScan iOS installation guide
## Requirements

* Objective C or Swift 4.0 or higher
* iOS 11 or higher (supports development target of iOS 9.0 or higher)
* iOS 11 or higher (supports development target of iOS 10.0 or higher)

## Installation

Expand Down