Skip to content

Commit 0fce219

Browse files
committed
Release 1.0.0
1 parent c3f819b commit 0fce219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mixpanel-swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.summary = 'iPhone tracking library for Mixpanel Analytics in Swift'
77
s.homepage = 'https://mixpanel.com'
88
s.author = { 'Mixpanel, Inc' => '[email protected]' }
9-
s.source = { :git => 'git@github.com:mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" }
9+
s.source = { :git => 'https://github.com/mixpanel/mixpanel-swift.git', :tag => "v#{s.version}" }
1010
s.ios.deployment_target = '8.0'
1111
s.source_files = 'Mixpanel/*.swift'
1212
s.module_name = 'Mixpanel'

0 commit comments

Comments
 (0)