Skip to content

Commit

Permalink
updating core
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysubra committed Sep 25, 2024
1 parent 96f3e19 commit 0c58538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "0.1.0"
s.version = "1.0.0"
s.summary = "Core functionalities for the Klaviyo SDK"
s.description = <<-DESC
Core functionalities and utilities for the Klaviyo SDK.
Expand Down
2 changes: 1 addition & 1 deletion KlaviyoSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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', '~> 0.1.0'
s.dependency 'KlaviyoCore', '~> 1.0.0'
s.dependency 'AnyCodable-FlightSchool'
end

0 comments on commit 0c58538

Please sign in to comment.