File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Pod ::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."
Original file line number Diff line number Diff line change 22Pod ::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/"' }
You can’t perform that action at this time.
0 commit comments