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