From 588c2979de6e0b28478d8d683e4a45ec1aae8ed5 Mon Sep 17 00:00:00 2001 From: Philip Kluz Date: Tue, 22 Oct 2013 22:40:56 +0200 Subject: [PATCH] Adding pod spec. --- PKRevealController.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PKRevealController.podspec diff --git a/PKRevealController.podspec b/PKRevealController.podspec new file mode 100644 index 0000000..d423bb5 --- /dev/null +++ b/PKRevealController.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |spec| + spec.name = 'PKRevealController' + spec.version = '2.0.0' + spec.authors = { 'Philip Kluz' => 'philip.kluz@zuui.org' } + spec.homepage = 'https://github.com/pkluz/PKRevealController' + spec.summary = 'The second version of one of the most popular view controller containers for iOS, enabling you to present multiple controllers on top of one another. It is easy to set-up and highly flexible.' + spec.license = { :type => 'MIT', :file => 'LICENSE' } + spec.requires_arc = true + spec.source = { :git => 'https://github.com/pkluz/PKRevealController.git', :tag => "v#{spec.version}" } + spec.source_files = 'Source/**/*.{h,m}' +end \ No newline at end of file