Skip to content

Commit

Permalink
Merge pull request #24 from BranchMetrics/SDK-1625-fix-rare-threading…
Browse files Browse the repository at this point in the history
…-issue-on-iOS

SDK-1625 corresponding podspec update to pick up fixed iOS SDK
  • Loading branch information
echo-branch authored Sep 14, 2022
2 parents 3a9c514 + 397f9c2 commit 17befe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AdobeBranchExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AdobeBranchExtension"
s.version = "1.3.5"
s.version = "1.3.6"
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."

s.description = <<-DESC
Expand All @@ -23,6 +23,6 @@ Pod::Spec.new do |s|

s.source_files = 'AdobeBranchExtension/Classes/**/*'

s.dependency 'ACPCore', '~> 2.9'
s.dependency 'Branch', '~> 1.41.0'
s.dependency 'ACPCore', '~> 2.9.6'
s.dependency 'Branch', '~> 1.43.2'
end

0 comments on commit 17befe1

Please sign in to comment.