From af9b7451d88d55353a6d59812438990a638ab1c4 Mon Sep 17 00:00:00 2001 From: Matt Smollinger Date: Fri, 9 Aug 2013 10:45:47 -0400 Subject: [PATCH] Update Podspec to work for development v2.0 branch --- PKRevealController.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKRevealController.podspec b/PKRevealController.podspec index 55bee10..c2b8c78 100644 --- a/PKRevealController.podspec +++ b/PKRevealController.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'PKRevealController' - s.version = '1.0b2' + s.version = '2.0' s.platform = :ios, '5.0' s.license = 'MIT' s.summary = 'View controller container, enabling you to present multiple controllers on top of one another. ' s.description = 'PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another. It is easy to set-up and highly flexible. The PKRevealController is the evolution of the ZUUIRevealController but not API compatible with any previous versions. The entire controller was rewritten from the ground up and major changes were inevitable. If you wish to access the older versions, please download one of the tags or checkout the deprecated branch.' s.author = { 'Philip Kluz' => 'Philip.Kluz@zuui.org' } s.homepage = 'https://github.com/pkluz/PKRevealController' - s.source = { :git => 'https://github.com/pkluz/PKRevealController.git', :tag => "v#{s.version.to_s}" } - s.source_files = 'PKRevealController/Controller/*.{h,m}' + s.source = { :git => 'https://github.com/pkluz/PKRevealController.git', :branch => 'v2.0' } + s.source_files = 'PKRevealController/PKRevealController/*.{h,m}', 'PKRevealController/PKRevealController/**/*.{h,m}', 'PKRevealController/PKRevealController/modules/**/*.{h,m}' s.framework = 'CoreGraphics', 'QuartzCore' s.requires_arc = true end