From df8c4d727f46331b6061a27eb091beaf547a25a8 Mon Sep 17 00:00:00 2001 From: Nikolai Ashanin Date: Sun, 4 Dec 2016 04:38:51 +0300 Subject: [PATCH] Update LNPopupController.podspec --- LNPopupController/2.0.0/LNPopupController.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LNPopupController/2.0.0/LNPopupController.podspec b/LNPopupController/2.0.0/LNPopupController.podspec index 87689f4..f907859 100644 --- a/LNPopupController/2.0.0/LNPopupController.podspec +++ b/LNPopupController/2.0.0/LNPopupController.podspec @@ -12,4 +12,6 @@ Pod::Spec.new do |s| s.source_files = 'LNPopupController/*.{h,m}', 'LNPopupController/**/*.{h,m}' s.requires_arc = true s.ios.deployment_target = '8.0' + + s.dependency 'MarqueeLabel', '3.0.0' end