diff --git a/EarlGreyApp.podspec b/EarlGreyApp.podspec index 4a0262b27..4c037f0bd 100644 --- a/EarlGreyApp.podspec +++ b/EarlGreyApp.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| ' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).' s.license = { :type => "Apache 2.0", :file => "LICENSE" } - s.source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.0/EarlGreyApp.zip" } + s.source = { :http => "https://github.com/google/EarlGrey/releases/download/2.2.1/EarlGreyApp.zip" } s.vendored_frameworks = "AppFramework.framework" s.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" =>"$(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks", diff --git a/EarlGreyTest.podspec b/EarlGreyTest.podspec index 02f4bdbb4..ff034f87b 100644 --- a/EarlGreyTest.podspec +++ b/EarlGreyTest.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| ' Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).' s.license = { :type => "Apache 2.0", :file => "LICENSE" } - s.source = { :git => "https://github.com/google/EarlGrey.git", :tag => "2.2.0" } + s.source = { :git => "https://github.com/google/EarlGrey.git", :tag => "2.2.1" } s.dependency "eDistantObject", "1.0.2"