Skip to content

Commit

Permalink
Merge pull request #161 from sbenedicadb/dev-v4.0.4
Browse files Browse the repository at this point in the history
-update max dependency version in podspec
  • Loading branch information
sbenedicadb authored Feb 27, 2024
2 parents 1f30a7f + 80975d8 commit 8af0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AEPTarget.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
s.dependency 'AEPCore', ">= 4.0.0"
s.dependency 'AEPCore', '>= 4.0.0', '< 5.0.0'

s.source_files = 'AEPTarget/Sources/**/*.swift'

Expand Down

0 comments on commit 8af0170

Please sign in to comment.