Skip to content

Commit

Permalink
Fix versioning for pod script for rules engine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhoffmann committed May 19, 2023
1 parent 33bcb12 commit f9d3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/test-podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9d3156

Please sign in to comment.