Skip to content

Commit

Permalink
commiting the podspecs with version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysubra committed Jan 22, 2025
1 parent 915b17c commit 9ecb8db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KlaviyoCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlaviyoCore"
s.version = "4.1.0"
s.version = "4.1.1"
s.summary = "Core functionalities for the Klaviyo SDK"
s.description = <<-DESC
Core functionalities and utilities for the Klaviyo SDK.
Expand Down
4 changes: 2 additions & 2 deletions KlaviyoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlaviyoSwift"
s.version = "4.1.0"
s.version = "4.1.1"
s.summary = "Incorporate Klaviyo's event and person tracking and push notifications functionality into iOS applications"

s.description = <<-DESC
Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/KlaviyoSwift/**/*.swift'
s.resource_bundles = {"KlaviyoSwift" => ["Sources/KlaviyoSwift/PrivacyInfo.xcprivacy"]}
s.dependency 'KlaviyoCore', '~> 4.1.0'
s.dependency 'KlaviyoCore', '~> 4.1.1'
s.dependency 'AnyCodable-FlightSchool'
end
2 changes: 1 addition & 1 deletion KlaviyoSwiftExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KlaviyoSwiftExtension"
s.version = "4.1.0"
s.version = "4.1.1"
s.summary = "Incorporate Klaviyo's rich push notifications functionality into your iOS applications"

s.description = <<-DESC
Expand Down

0 comments on commit 9ecb8db

Please sign in to comment.