diff --git a/CardScan.podspec b/CardScan.podspec index a7e8c5a3..0f0b931e 100644 --- a/CardScan.podspec +++ b/CardScan.podspec @@ -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. @@ -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| diff --git a/README.md b/README.md index ef7f99fe..52d4e7d0 100644 --- a/README.md +++ b/README.md @@ -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