Skip to content

Commit

Permalink
Merge pull request #30 from BranchMetrics/SDK-1864
Browse files Browse the repository at this point in the history
[SDK-1864] Updated dependency SDKs and platform minimum
  • Loading branch information
nsingh-branch authored Dec 1, 2023
2 parents 72d0bfa + 0ded98b commit 1850038
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 = "2.0.0"
s.version = "3.0.0"
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."

s.description = <<-DESC
Expand All @@ -16,15 +16,15 @@ Pod::Spec.new do |s|
s.compiler_flags = %[-DADOBE_BRANCH_VERSION=@\\"#{s.version}\\"]
s.source = { :git => "https://github.com/BranchMetrics/AdobeBranchExtension-iOS.git", :tag => s.version.to_s }

s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.requires_arc = true
s.static_framework = true

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

s.dependency 'AEPCore', '~> 4.0.0'
s.dependency 'AEPLifecycle', '~> 4.0.0'
s.dependency 'AEPIdentity', '~> 4.0.0'
s.dependency 'AEPSignal', '~> 4.0.0'
s.dependency 'BranchSDK', '~> 2.1.2'
s.dependency 'AEPCore', '~> 4.2.0'
s.dependency 'AEPLifecycle', '~> 4.2.0'
s.dependency 'AEPIdentity', '~> 4.2.0'
s.dependency 'AEPSignal', '~> 4.2.0'
s.dependency 'BranchSDK', '~> 3.0.1'
end

0 comments on commit 1850038

Please sign in to comment.