Skip to content

Commit

Permalink
Merge pull request #18 from checkout/alex/podspecupdate
Browse files Browse the repository at this point in the history
Release 1.2.3: Bump pod spec
  • Loading branch information
melting-snowman authored Mar 29, 2023
2 parents 2ba6f3c + b3c2ecb commit dc4c810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CheckoutEventLoggerKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CheckoutEventLoggerKit"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "Checkout Event Logger Kit"
s.description = <<-DESC
Checkout Event Logger Kit
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"
s.license = "MIT"
s.author = { "Checkout.com Integration" => "[email protected]" }
s.platform = :ios, "10.0"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/checkout/checkout-event-logger-ios-framework.git", :tag => "#{s.version}" }

s.vendored_frameworks = "CheckoutEventLoggerKit.xcframework"
Expand Down

0 comments on commit dc4c810

Please sign in to comment.