Skip to content

Commit

Permalink
fix: ios sdk latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman authored Nov 21, 2022
1 parent c0407be commit 66c4607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customerio-reactnative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "CustomerIOTracking", '~> 1.2.5'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.5'
s.dependency "CustomerIOTracking", '~> 1.2.6'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.6'
end

0 comments on commit 66c4607

Please sign in to comment.