Skip to content

Commit

Permalink
Merge pull request #1033 from adobe/version-4.2.4-update
Browse files Browse the repository at this point in the history
Updating versions to 4.2.4
  • Loading branch information
praveek authored May 19, 2024
2 parents 8123e19 + 6d3e792 commit d4c3149
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AEPCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }

s.dependency 'AEPRulesEngine', '>= 4.0.0', '< 5.0.0'
s.dependency 'AEPServices', '>= 4.2.3', '< 5.0.0'
s.dependency 'AEPServices', '>= 4.2.4', '< 5.0.0'


s.source_files = 'AEPCore/Sources/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion AEPIdentity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }

s.dependency 'AEPCore', '>= 4.2.3', '< 5.0.0'
s.dependency 'AEPCore', '>= 4.2.4', '< 5.0.0'

end
2 changes: 1 addition & 1 deletion AEPLifecycle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }

s.dependency 'AEPCore', '>= 4.2.3', '< 5.0.0'
s.dependency 'AEPCore', '>= 4.2.4', '< 5.0.0'

end
2 changes: 1 addition & 1 deletion AEPSignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }

s.dependency 'AEPCore', '>= 4.2.3', '< 5.0.0'
s.dependency 'AEPCore', '>= 4.2.4', '< 5.0.0'

end

0 comments on commit d4c3149

Please sign in to comment.