Skip to content

Commit fdc01c4

Browse files
Merge pull request #7 from BranchMetrics/update-ACPCore-pod
update adobe pod dependancy from ACPCoreBeta to ACPCore
2 parents ebd54b5 + 72bc0ec commit fdc01c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AdobeBranchExtension.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeBranchExtension"
3-
s.version = "0.1.6"
3+
s.version = "0.1.7"
44
s.summary = "The Branch extension for Adobe Cloud Platform on iOS."
55

66
s.description = <<-DESC
@@ -21,6 +21,6 @@ their app content to improve discoverability and optimize mobile campaigns.
2121

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

24-
s.dependency 'ACPCoreBeta', '= 2.0.0beta2'
24+
s.dependency 'ACPCore', '= 2.0.3'
2525
s.dependency 'Branch', '>= 0.25.9'
2626
end

Examples/AdobeBranchExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33

44
target 'AdobeBranchExample' do
5-
pod 'ACPCoreBeta' # , '>= 1.0.1beta'
5+
pod 'ACPCore' # , '>= 1.0.1beta'
66
pod 'AdobeBranchExtension', :path => '../../'
77
end

0 commit comments

Comments
 (0)