diff --git a/KlaviyoCore.podspec b/KlaviyoCore.podspec index 28f78ffe..10bce643 100644 --- a/KlaviyoCore.podspec +++ b/KlaviyoCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/klaviyo/klaviyo-swift-sdk" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Mobile @ Klaviyo" => "mobile@klaviyo.com" } - s.source = { :git => "https://github.com/klaviyo/klaviyo-swift-sdk.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/klaviyo/klaviyo-swift-sdk.git", :branch => 'master' } s.swift_version = '5.7' s.platform = :ios, '13.0' s.source_files = 'Sources/KlaviyoCore/**/*.swift'