mixpanel-swift/Mixpanel-swift.podspec
Yarden Eitan 66f605e1fa swift3
2016-07-27 14:04:12 -07:00

13 lines
505 B
Ruby

Pod::Spec.new do |s|
s.name = 'Mixpanel-swift'
s.version = '1.0.3'
s.license = 'Apache License, Version 2.0'
s.summary = 'iPhone tracking library for Mixpanel Analytics in Swift'
s.homepage = 'https://mixpanel.com'
s.author = { 'Mixpanel, Inc' => 'support@mixpanel.com' }
s.source = { :git => 'git@github.com:mixpanel/mixpanel-swift-private.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '8.0'
s.source_files = 'Mixpanel/*.swift'
s.module_name = 'Mixpanel'
end