mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
13 lines
505 B
Ruby
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
|