From bc16d512f1103e8fa3eb368f25570a0dc2baa1ac Mon Sep 17 00:00:00 2001 From: Nikolai Ashanin Date: Fri, 2 Dec 2016 04:24:26 +0300 Subject: [PATCH] Update LNPopupController.podspec --- .../1.4.5/LNPopupController.podspec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/LNPopupController/1.4.5/LNPopupController.podspec b/LNPopupController/1.4.5/LNPopupController.podspec index 70e621d..0475297 100644 --- a/LNPopupController/1.4.5/LNPopupController.podspec +++ b/LNPopupController/1.4.5/LNPopupController.podspec @@ -1,13 +1,16 @@ Pod::Spec.new do |s| s.name = "LNPopupController" - s.version = "1.4.5" - s.summary = "Popup controller such as the one in Apple Music." + s.version = "1.4.6" + s.summary = "LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps." + s.description = <<-DESC + DESC + s.homepage = "https://github.com/LeoNatan/LNPopupController" - s.license = "MIT" - s.author = { "LeoNatan" => "" } - s.platform = :ios, '8.0' - s.source = { :git => "https://github.com/LeoNatan/LNPopupController.git", :tag => '1.4.5' } - s.source_files = 'Pod/LNPopupController/LNPopupController/*','Pod/LNPopupController/LNPopupController/Private/*' - s.requires_arc = true + s.license = "MIT (example)" + s.author = { "Leo Natan" => "lnatan@wix.com" } + s.source = { :git => "https://github.com/LeoNatan/LNPopupController.git", :tag => "v#{s.version}" } + s.source_files = "Classes", "Classes/**/*.{h,m}" + s.exclude_files = "Classes/Exclude" + end