Update LNPopupController.podspec

This commit is contained in:
Nikolai Ashanin 2016-12-02 03:55:23 +03:00 committed by GitHub
parent a0e37fd09f
commit 5cb36c1cd6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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.author = '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'