From 2d1be50c3156982e6cbcf9e28bb785284ca0bb75 Mon Sep 17 00:00:00 2001 From: j-sid <7937756+j-sid@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:08:34 -0800 Subject: [PATCH] Updated PodSpec to latest version --- GTXiLib.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GTXiLib.podspec b/GTXiLib.podspec index 33c196d..fc5759f 100644 --- a/GTXiLib.podspec +++ b/GTXiLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GTXiLib" - s.version = "3.0" + s.version = "3.1" s.summary = "iOS Accessibility testing library." s.description = <<-DESC iOS Accessibility testing library that works with XCTest based frameworks. @@ -9,6 +9,6 @@ Pod::Spec.new do |s| s.license = "Apache License 2.0" s.author = "j-sid" s.platform = :ios - s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "3.0.0" } + s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "3.1.0" } s.source_files = "Classes/**/*.{h,m,swift}" end