Skip to content

Commit

Permalink
chore: Updates for podspec file sources path (#20)
Browse files Browse the repository at this point in the history
Updates for podspec file sources path

Co-authored-by: Illia Khrypunov <[email protected]>
  • Loading branch information
ikhrypunov and Illia Khrypunov authored Nov 30, 2023
1 parent a3425a3 commit af89f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimerKlarnaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "14.0"

spec.ios.deployment_target = "14.0"
spec.source = { :http => 'file:' + __dir__ + '/XCFrameworks.zip' }
spec.source = { :git => 'https://github.com/primer-io/primer-klarna-sdk-ios.git', :tag => spec.version.to_s }

spec.vendored_frameworks = 'PrimerKlarnaSDK.xcframework', 'KlarnaMobileSDK.xcframework'
end

0 comments on commit af89f28

Please sign in to comment.