From 641200f9073e59b9fb1d1d0b3c9cc38dcb250206 Mon Sep 17 00:00:00 2001 From: j-sid <7937756+j-sid@users.noreply.github.com> Date: Fri, 24 Jan 2020 11:58:22 -0800 Subject: [PATCH] Bumped podspec version to 3.0 --- GTXiLib.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GTXiLib.podspec b/GTXiLib.podspec index fe941ce..33c196d 100644 --- a/GTXiLib.podspec +++ b/GTXiLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GTXiLib" - s.version = "2.1" + s.version = "3.0" 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 => "2.1.0" } + s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "3.0.0" } s.source_files = "Classes/**/*.{h,m,swift}" end