Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 9c5bfff

Browse files
authored
Update to iOS 9 mimimum deployment target
1 parent ae47cf3 commit 9c5bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.Library.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |spec|
2121

2222
spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
2323

24-
spec.ios.deployment_target = '8.0'
24+
spec.ios.deployment_target = '9.0'
2525
spec.ios.source_files = "Library/**/*.swift"
2626
spec.tvos.deployment_target = '9.0'
2727
spec.tvos.source_files = "Library/**/*.swift"

0 commit comments

Comments
 (0)