From 85c3da17cb7becc7d342d31a4de47c608b9363e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Brocal=20Gallego?= Date: Thu, 19 Nov 2020 17:47:32 +0100 Subject: [PATCH] fix(Cocoapods): Fix paths of source_files and resources --- Mistica.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mistica.podspec b/Mistica.podspec index 1bec441e0..c0edf864a 100644 --- a/Mistica.podspec +++ b/Mistica.podspec @@ -21,9 +21,9 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' - s.source_files = 'Mistica/**/*.swift' + s.source_files = 'Mistica/Source/**/*.swift' - s.resources = ['Mistica/Resources/*'] + s.resources = ['Mistica/Source/Resources/*'] s.frameworks = 'UIKit' s.dependency 'lottie-ios', '3.1.8'