diff --git a/Canopy.podspec b/Canopy.podspec index f5f73d9..75e3707 100644 --- a/Canopy.podspec +++ b/Canopy.podspec @@ -21,6 +21,6 @@ Features: s.ios.deployment_target = '14.0' s.swift_version = '5.0' - s.source_files = 'Sources/**/*.swift' + s.source_files = 'Canopy/Sources/**/*.swift' s.frameworks = 'Foundation' end