From 6abc2ceac7b1af00a6fc07f1dcbfde82489e28c0 Mon Sep 17 00:00:00 2001 From: Bruno Wernimont Date: Sat, 3 Mar 2012 10:35:17 +0100 Subject: [PATCH] Create ITWLoadingPanel podspec --- ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec diff --git a/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec b/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec new file mode 100644 index 00000000..8b9da8a3 --- /dev/null +++ b/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec @@ -0,0 +1,19 @@ +# +# Be sure to run `pod spec lint ITWLoadingPanel.podspec' to ensure this is a +# valid spec. +# +# Remove all comments before submitting the spec. +# +Pod::Spec.new do |s| + s.name = 'ITWLoadingPanel' + s.version = '1.0.0' + s.license = 'Apache 2' + s.summary = 'Drop in classes for adding a download info panel.' + s.homepage = 'https://github.com/brunow/ITWLoadingPanel' + s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } + s.source = { :git => 'https://brunow@github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.0' } + + s.description = 'ITWLoadingPanel is a class for adding a download info panel, made at Intotheweb.' + s.platform = :ios + s.source_files = 'Classes', 'Classes/**/*.{h,m,xib}' +end