diff --git a/mParticle-iOS-SDK.podspec b/mParticle-iOS-SDK.podspec index 73670b37..fc0c1933 100644 --- a/mParticle-iOS-SDK.podspec +++ b/mParticle-iOS-SDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.homepage = "http://www.mparticle.com" s.license = { :type => 'Apache', :file => 'LICENSE'} s.author = { "mParticle" => "support@mparticle.com" } - s.source = { :git => "git@github.com:mParticle/mParticle-iOS-SDK.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/mParticle/mParticle-iOS-SDK.git", :tag => s.version.to_s } s.documentation_url = "http://docs.mparticle.com" s.docset_url = "https://static.mparticle.com/sdk/ios/com.mparticle.mParticle-SDK.docset/Contents/Resources/Documents/index.html" s.social_media_url = "https://twitter.com/mparticles"