Skip to content

Commit e574c2e

Browse files
chan-parkmobile-devx-github-bot
authored andcommitted
Change EarlGrey CocoaPods version from 2.2.0 to 2.2.1 for the new release.
PiperOrigin-RevId: 346893474
1 parent 1105eeb commit e574c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EarlGreyApp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "EarlGreyApp"
5-
s.version = "2.2.0"
5+
s.version = "2.2.1"
66
s.summary = "iOS UI Automation Test Framework"
77
s.homepage = "https://github.com/google/EarlGrey"
88
s.author = "Google LLC."

EarlGreyTest.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "EarlGreyTest"
5-
s.version = "2.2.0"
5+
s.version = "2.2.1"
66
s.summary = "iOS UI Automation Test Framework"
77
s.homepage = "https://github.com/google/EarlGrey"
88
s.author = "Google LLC."
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.source = { :git => "https://github.com/google/EarlGrey.git", :tag => "2.2.0" }
1919

20-
s.dependency "eDistantObject", "1.0.1"
20+
s.dependency "eDistantObject", "1.0.2"
2121

2222
s.pod_target_xcconfig = { 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/EarlGreyTest/**" "${PODS_ROOT}/eDistantObject/"',
2323
'USER_HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/EarlGreyTest/**" "${PODS_ROOT}/eDistantObject/"' }

0 commit comments

Comments
 (0)