Skip to content

Commit a6ced72

Browse files
authored
Fix SwiftUIIntrospect.podspec (#237)
1 parent 95c4382 commit a6ced72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftUIIntrospect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
tag: spec.version
1111
}
1212

13-
spec.source_files = 'Sources/**.swift'
13+
spec.source_files = 'Sources/**/*.swift'
1414

1515
spec.swift_version = '5.7'
1616
spec.ios.deployment_target = '13.0'

0 commit comments

Comments
 (0)