Update LNPopupController.podspec

This commit is contained in:
Nikolai Ashanin 2016-12-01 22:48:47 +03:00 committed by GitHub
parent 1de3a7184d
commit 14d3463943
1 changed files with 14 additions and 14 deletions

View File

@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = 'LNPopupController'
s.version = '1.4.5'
s.license = 'MIT'
s.summary = 'A framework for presenting view controllers as popups of other view controllers.'
s.description = 'LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.'
s.homepage = 'https://github.com/LeoNatan/LNPopupController'
s.authors = 'Leo Natan'
s.source = { :git => 'https://github.com/LeoNatan/LNPopupController.git', :tag => 'v' << s.version.to_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'
s.name = 'LNPopupController'
s.version = '1.4.5'
s.license = 'MIT'
s.summary = 'A framework for presenting view controllers as popups of other view controllers.'
s.description = 'LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.'
s.homepage = 'https://github.com/LeoNatan/LNPopupController'
s.authors = 'Leo Natan'
s.source = { :git => 'https://github.com/LeoNatan/LNPopupController.git', :tag => 'v' << s.version.to_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