Update LNPopupController.podspec

This commit is contained in:
Nikolai Ashanin 2016-12-04 04:38:51 +03:00 committed by GitHub
parent 6bc16587ef
commit df8c4d727f
1 changed files with 2 additions and 0 deletions

View File

@ -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