From 15ca6b2fe25daa6a524224ac247822b7d37b17af Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 5 Sep 2012 14:31:55 -0700 Subject: [PATCH] Adding podspec --- SkyLab.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SkyLab.podspec diff --git a/SkyLab.podspec b/SkyLab.podspec new file mode 100644 index 0000000..2a0324b --- /dev/null +++ b/SkyLab.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + s.name = 'SkyLab' + s.version = '0.0.1' + s.license = 'MIT' + s.summary = 'Multivariate & A/B Testing for iOS and Mac.' + s.homepage = 'https://github.com/mattt/SkyLab' + s.authors = { 'Mattt Thompson' => 'm@mattt.me' } + s.source = { :git => 'https://github.com/mattt/SkyLab.git', :tag => '0.0.1' } + s.source_files = 'SkyLab/*.{h,m}' +end