From 2f6e19821c530aca7e110a2afc9d25bcd3cee6ba Mon Sep 17 00:00:00 2001 From: Emil Karimov Date: Thu, 13 Aug 2020 16:37:00 +0300 Subject: [PATCH] [cocoapods] fix podspec --- EKBlurAlert.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EKBlurAlert.podspec b/EKBlurAlert.podspec index e4ee5c3..d1447eb 100644 --- a/EKBlurAlert.podspec +++ b/EKBlurAlert.podspec @@ -28,7 +28,7 @@ s.framework = "UIKit" s.dependency 'SnapKit' # 8 -s.source_files = "EKBlurAlert/**/*.{swift}" +s.source_files = "Sources/EKBlurAlert/**/*.{swift}" # 9 #s.resources = "EKBlurAlert/**/*.{png,jpeg,jpg,storyboard,xib}"