From e5e628166e80ba3ee4e88d6bfc6d1bde99dde927 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Tue, 16 Apr 2013 10:56:17 +0200 Subject: [PATCH] AMSlideOutController 1.1.2 --- .../1.1.2/AMSlideOutController.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AMSlideOutController/1.1.2/AMSlideOutController.podspec diff --git a/AMSlideOutController/1.1.2/AMSlideOutController.podspec b/AMSlideOutController/1.1.2/AMSlideOutController.podspec new file mode 100644 index 00000000..db78f221 --- /dev/null +++ b/AMSlideOutController/1.1.2/AMSlideOutController.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "AMSlideOutController" + s.version = "1.1.2" + s.summary = "SlideOut Navigation Controller for iOS. Fully customizable." + s.homepage = "https://github.com/andreamazz/SlideOutNavigation" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" } + s.source = { :git => "https://github.com/andreamazz/SlideOutNavigation.git", :tag => 'v1.1.2' } + s.platform = :ios, '5.0' + s.source_files = 'AMSlideOut', '*.{h,m}' + s.resources = "AMSlideOut/*.png" + s.framework = 'QuartzCore' + s.requires_arc = true +end