Skip to content

Commit

Permalink
Set the target to 8.0.
Browse files Browse the repository at this point in the history
We’re using some 8.0-only APIs.
  • Loading branch information
SlaunchaMan committed May 10, 2017
1 parent 5c4446b commit 12f8322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IRLSize.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/detroit-labs/IRLSize.git",
:tag => s.version.to_s }

s.ios.deployment_target = '2.0'
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.requires_arc = true

Expand Down

0 comments on commit 12f8322

Please sign in to comment.