Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 5, 2012
1 parent 0fe9a70 commit 15ca6b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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

0 comments on commit 15ca6b2

Please sign in to comment.