From cd4fa39d1dbcc7ef4a2cd787a5565bbdaa362150 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Fri, 8 Jun 2012 10:54:06 -0400 Subject: [PATCH] [Add] Mixpanel 0.0.1 --- Mixpanel/0.0.1/Mixpanel.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Mixpanel/0.0.1/Mixpanel.podspec diff --git a/Mixpanel/0.0.1/Mixpanel.podspec b/Mixpanel/0.0.1/Mixpanel.podspec new file mode 100644 index 00000000..9b5f8188 --- /dev/null +++ b/Mixpanel/0.0.1/Mixpanel.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'Mixpanel' + s.version = '0.0.1' + s.license = '' + s.summary = 'iPhone tracking library for Mixpanel Analytics.' + s.homepage = 'http://mixpanel.com' + s.author = { 'Mixpanel' => 'support@mixpanel.com' } + s.source = { :git => 'git://github.com/mixpanel/mixpanel-iphone.git', :commit => '9437d073225d1e21fc11d08d993f79f9f28e4fe5' } + s.platform = :ios + s.source_files = 'MPLib/**/*.{h,m}' + s.clean_paths = FileList['*'].exclude(/(MPLib|readme.mdown)$/) +end