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

Commit

Permalink
Podspec: Bump deployment target to iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2019
1 parent 5ece563 commit 8829f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MockUIAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '3.1.0'
s.summary = 'Mock alerts and action sheets for iOS unit tests'
s.description = <<-DESC
MockUIAlertController lets you mock iOS alerts and action sheets for unit tests, based on the UIAlertController introduced for iOS 8.
MockUIAlertController lets you mock iOS alerts and action sheets for unit tests.
No actual alerts are presented. This means:
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.author = { 'Jon Reid' => '[email protected]' }
s.social_media_url = 'https://twitter.com/qcoding'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.source = { :git => 'https://github.com/jonreid/MockUIAlertController.git', :tag => 'v3.1.0' }
s.source_files = 'Source/MockUIAlertController/*.{h,m}'
s.public_header_files = 'Source/MockUIAlertController/QCOMockAlertVerifier.h', 'Source/MockUIAlertController/QCOMockPopoverPresentationController.h'
Expand Down

0 comments on commit 8829f8a

Please sign in to comment.