We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f819b commit 0fce219Copy full SHA for 0fce219
Mixpanel-swift.podspec
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
6
s.summary = 'iPhone tracking library for Mixpanel Analytics in Swift'
7
s.homepage = 'https://mixpanel.com'
8
s.author = { 'Mixpanel, Inc' => '[email protected]' }
9
- s.source = { :git => 'git@github.com:mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" }
+ s.source = { :git => 'https://github.com/mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" }
10
s.ios.deployment_target = '8.0'
11
s.source_files = 'Mixpanel/*.swift'
12
s.module_name = 'Mixpanel'
0 commit comments