Skip to content

Commit 05e1346

Browse files
authored
Fix wrong Swift version in podspec (#220)
1 parent b9f6bc3 commit 05e1346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Introspect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212

1313
spec.source_files = 'Introspect/*.swift'
1414

15-
spec.swift_version = '5.4'
15+
spec.swift_version = '5.5'
1616
spec.ios.deployment_target = '13.0'
1717
spec.tvos.deployment_target = '13.0'
1818
spec.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)