Update LNPopupController.podspec

This commit is contained in:
Nikolai Ashanin 2016-12-02 01:22:20 +03:00 committed by GitHub
parent f453eedb9e
commit c4cedf2822
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.source_files = 'LNPopupController//*.{h,m}', 'LNPopupController///*.{h,m}'
s.public_header_files = 'LNPopupController//.h'
s.private_header_files = 'LNPopupController/__/Private/.h'
s.resources = 'LNPopupController/*.xcassets'
s.requires_arc = true
s.ios.deployment_target = '8.0'
end