Files
JBChartView/Mixpanel/1.2.1/Mixpanel.podspec
T
2012-08-14 13:00:38 -04:00

12 lines
423 B
Ruby

Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.2.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 => 'a37da8998' }
s.platform = :ios
s.source_files = 'MPLib/**/*.{h,m}'
end