File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515 ' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
1616 s . license = { :type => "Apache 2.0" , :file => "LICENSE" }
1717
18- s . source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.0 /EarlGreyApp.zip" }
18+ s . source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.1 /EarlGreyApp.zip" }
1919 s . vendored_frameworks = "AppFramework.framework"
2020
2121 s . pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515 ' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).'
1616 s . license = { :type => "Apache 2.0" , :file => "LICENSE" }
1717
18- s . source = { :git => "https://github.com/google/EarlGrey.git" , :tag => "2.2.0 " }
18+ s . source = { :git => "https://github.com/google/EarlGrey.git" , :tag => "2.2.1 " }
1919
2020 s . dependency "eDistantObject" , "1.0.2"
2121
You can’t perform that action at this time.
0 commit comments