From a90cab7d6d0ed31b136e51aa0f6e33c8f6251a23 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:49:23 +0100 Subject: [PATCH] wip --- SwiftUIIntrospect.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftUIIntrospect.podspec b/SwiftUIIntrospect.podspec index cf3fa7c..d947ab7 100644 --- a/SwiftUIIntrospect.podspec +++ b/SwiftUIIntrospect.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| tag: spec.version } - spec.source_files = 'Sources/**.swift' + spec.source_files = 'Sources/**/*.swift' spec.swift_version = '5.7' spec.ios.deployment_target = '13.0'