From f9d3156210d710935a7563997195882934134e0f Mon Sep 17 00:00:00 2001 From: Christopher Hoffmann Date: Fri, 19 May 2023 13:51:11 -0600 Subject: [PATCH] Fix versioning for pod script for rules engine dependency --- Script/test-podspec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/test-podspec.sh b/Script/test-podspec.sh index 414701c..58f465f 100644 --- a/Script/test-podspec.sh +++ b/Script/test-podspec.sh @@ -30,7 +30,7 @@ target '$PROJECT_NAME' do use_frameworks! pod 'AEPCore', '~> 3.0' pod 'AEPServices', '~> 3.0' - pod 'AEPRulesEngine', '~> 1.0.0' + pod 'AEPRulesEngine', '~> 1.0' pod 'AEPAssurance', :path => '../AEPAssurance.podspec' end " >>Podfile