File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,16 @@ Pod::Spec.new do |s|
1515 s . author = { "Branch Metrics" => "[email protected] " } 1616 s . compiler_flags = %[-DADOBE_BRANCH_VERSION=@\\ "#{ s . version } \\ "]
1717 s . source = { :git => "https://github.com/BranchMetrics/AdobeBranchExtension-iOS.git" , :tag => s . version . to_s }
18- s . social_media_url = 'https://twitter.com/branchmetrics'
1918
2019 s . platform = :ios , '11.0'
2120 s . requires_arc = true
2221 s . static_framework = true
2322
2423 s . source_files = 'AdobeBranchExtension/Classes/**/*'
2524
26- s . dependency 'AEPCore' , '~> 3.9 .0'
27- s . dependency 'AEPLifecycle' , '~> 3.9 .0'
28- s . dependency 'AEPIdentity' , '~> 3.9 .0'
29- s . dependency 'AEPSignal' , '~> 3.9 .0'
30- s . dependency 'BranchSDK' , '~> 2.1.2'
25+ s . dependency 'AEPCore' , '~> 4.0 .0'
26+ s . dependency 'AEPLifecycle' , '~> 4.0 .0'
27+ s . dependency 'AEPIdentity' , '~> 4.0 .0'
28+ s . dependency 'AEPSignal' , '~> 4.0 .0'
29+ s . dependency 'BranchSDK' , '~> 2.1.2'
3130end
You can’t perform that action at this time.
0 commit comments