Skip to content

Commit

Permalink
Update R.swift.podspec
Browse files Browse the repository at this point in the history
Fixed ios version warning
  • Loading branch information
uypanha authored Oct 19, 2020
1 parent 269888b commit 2bdc399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec.source = { :http => "https://github.com/mac-cain13/R.swift/releases/download/v#{spec.version}/rswift-v#{spec.version}.zip" }
spec.swift_version = "5.1"

spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.2'

Expand Down

0 comments on commit 2bdc399

Please sign in to comment.