Skip to content

Commit

Permalink
Merge pull request #101 from cdhoffmann/fixRulesEngineScriptVers
Browse files Browse the repository at this point in the history
Fix versioning for pod script for rules engine dependency
  • Loading branch information
cdhoffmann authored May 19, 2023
2 parents 33bcb12 + f9d3156 commit 901a2e9
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 901a2e9

Please sign in to comment.