From b8a3c38282e07eb02099d3e362c47bf700730a7b Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Wed, 13 Mar 2013 12:58:19 +0100 Subject: [PATCH] AMSlideOutController 0.0.1 --- .../0.0.1/AMSlideOutController.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AMSlideOutController/0.0.1/AMSlideOutController.podspec diff --git a/AMSlideOutController/0.0.1/AMSlideOutController.podspec b/AMSlideOutController/0.0.1/AMSlideOutController.podspec new file mode 100644 index 00000000..aeb7febf --- /dev/null +++ b/AMSlideOutController/0.0.1/AMSlideOutController.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "AMSlideOut" + s.version = "0.0.1" + s.summary = "SlideOut Navigation Controller for iOS." + 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", :commit => '872aad6' } + s.platform = :ios, '5.0' + s.source_files = 'AMSlideOut', '*.{h,m}' + s.resources = "AMSlideOut/*.png" + s.framework = 'QuartzCore' + s.requires_arc = true +end