From 53521533b38ab69b0e53b311a762956744023ca8 Mon Sep 17 00:00:00 2001 From: Brad Fol Date: Wed, 24 Jan 2024 11:21:03 -0500 Subject: [PATCH] Fix podspec Needed to update path after previous PR #105 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index 880409e..5fc7ec8 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| # TODO: Update this endpoint to be GitHub once this repository is public. s.source = { http: "https://artifactory.global.square/artifactory/squarepods/knit-#{s.version}.zip" } - s.source_files = 'Sources/KnitLib/**/*.swift' + s.source_files = 'Sources/Knit/**/*.swift' s.preserve_paths = '*' s.ios.deployment_target = '14.0' s.dependency 'Swinject', '2.8.3'