Files
JBChartView/Mixpanel/1.0.3/Mixpanel.podspec
T
2012-12-10 06:10:27 -08:00

13 lines
520 B
Ruby

Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.0.3'
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', :tag => 'v1.0.3' }
s.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.platform = :ios
s.source_files = 'Mixpanel/**/*.{h,m}'
end