From 8f16df4e9129d1f337b480808ba06394275862d4 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 29 Mar 2018 17:42:54 +0300 Subject: [PATCH] fix watchOS build --- LeadKit.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/LeadKit.podspec b/LeadKit.podspec index e9c9c4f9..86bced82 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -70,6 +70,7 @@ Pod::Spec.new do |s| "Sources/Extensions/UIViewController/*", "Sources/Extensions/UIWindow/*", "Sources/Extensions/Views/UILabel/*", + "Sources/Extensions/Views/ViewBackground+Configuration.swift", "Sources/Protocols/LoadingIndicator.swift", "Sources/Protocols/DataLoading/PaginationDataLoading/PaginationWrappable.swift", "Sources/Protocols/DataLoading/GeneralDataLoading/GeneralDataLoadingController.swift",