Skip to content

Commit

Permalink
using branch master instead of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysubra committed Sep 26, 2024
1 parent 27c4ca6 commit cdc1514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KlaviyoCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit cdc1514

Please sign in to comment.