Skip to content

Commit

Permalink
Change EarlGrey CocoaPods version from 2.2.0 to 2.2.1 for the new rel…
Browse files Browse the repository at this point in the history
…ease.

PiperOrigin-RevId: 346893474
  • Loading branch information
chan-park authored and mobile-devx-github-bot committed Dec 11, 2020
1 parent 1105eeb commit e574c2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EarlGreyApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "EarlGreyApp"
s.version = "2.2.0"
s.version = "2.2.1"
s.summary = "iOS UI Automation Test Framework"
s.homepage = "https://github.com/google/EarlGrey"
s.author = "Google LLC."
Expand Down
4 changes: 2 additions & 2 deletions EarlGreyTest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

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

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

s.dependency "eDistantObject", "1.0.1"
s.dependency "eDistantObject", "1.0.2"

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

0 comments on commit e574c2e

Please sign in to comment.