Skip to content

Commit

Permalink
Merge pull request #10 from getbouncer/ios9
Browse files Browse the repository at this point in the history
drop ios9 support
  • Loading branch information
kingst authored Apr 30, 2019
2 parents 7ac61bb + cb5d1d5 commit 617db2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 617db2d

Please sign in to comment.