Skip to content

Commit

Permalink
feat: updating ios sdk version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman authored Sep 1, 2022
1 parent 91978d7 commit 1b1c26f
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.0-alpha.3'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.0-alpha.3'
s.dependency "CustomerIOTracking", '~> 1.2.0-alpha.4'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.0-alpha.4'
end

0 comments on commit 1b1c26f

Please sign in to comment.