Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepalac1o committed Nov 15, 2021
1 parent 5cb6ec8 commit 9fd08b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KlarnaCheckoutSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/klarna/kco-mobile-sdk.git"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = { "Klarna Mobile SDK Team" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/klarna/kco-mobile-sdk.git", :tag => s.version.to_s }
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/klarna/kco-mobile-sdk.git", :tag => "v"+s.version.to_s }
s.requires_arc = true

s.subspec 'legacy' do |sb|
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
end

s.subspec 'xcframework' do |sb|
sb.vendored_frameworks = "ios/KlarnaCheckoutSDK.xcframework"
sb.vendored_frameworks = "ios/XCFramework/KlarnaCheckoutSDK.xcframework"
end

s.default_subspec = 'xcframework'
Expand Down

0 comments on commit 9fd08b2

Please sign in to comment.