From 89283844978f634df12c5430bfce4970eca9e2ca Mon Sep 17 00:00:00 2001 From: Arjun Bhadra Date: Tue, 7 Jun 2022 19:56:11 -0700 Subject: [PATCH] Fix test-podspec script --- Script/test-podspec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script/test-podspec.sh b/Script/test-podspec.sh index 62da061..b079630 100644 --- a/Script/test-podspec.sh +++ b/Script/test-podspec.sh @@ -31,8 +31,8 @@ target '$PROJECT_NAME' do pod 'AEPCore', '~> 3.0' pod 'AEPIdentity', '~> 3.0' pod 'AEPServices', '~> 3.0' - pod 'AEPRulesEngine', '~> 1.0.0' - pod 'AEPEdge', '~> 1.0.0' + pod 'AEPRulesEngine', '~> 1.0' + pod 'AEPEdge', '~> 1.0' pod 'AEPEdgeIdentity', :path => '../AEPEdgeIdentity.podspec' end " >>Podfile