From aa27810b75fef0922680d67fcafa319eb91ede82 Mon Sep 17 00:00:00 2001 From: Grigorii Lutkov Date: Fri, 19 Feb 2021 06:45:48 +0300 Subject: [PATCH] Update .podspec file --- LGSideMenuController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGSideMenuController.podspec b/LGSideMenuController.podspec index 3a4a6ab..a69f7a8 100644 --- a/LGSideMenuController.podspec +++ b/LGSideMenuController.podspec @@ -10,6 +10,6 @@ Pod::Spec.new do |s| s.platform = :ios, '9.0' s.swift_version = '5.0' s.source_files = 'LGSideMenuController/**/*.swift' - s.framework = 'Foundation', 'CoreGraphics', 'UIKit', 'ObjectiveC' + s.framework = 'Foundation', 'CoreGraphics', 'UIKit' end