Skip to content

Commit

Permalink
added mixpanel 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 25, 2012
1 parent 5a56a12 commit 6e13ca1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Mixpanel/1.3.1/Mixpanel.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.3.1'
s.license = 'Apache License'
s.summary = 'iPhone tracking library for Mixpanel Analytics.'
s.homepage = 'http://mixpanel.com'
s.author = { 'Mixpanel' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => '82b7e614' }
s.platform = :ios
s.source_files = 'MPLib/**/*.{h,m}'
end

0 comments on commit 6e13ca1

Please sign in to comment.